Updated build container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Goppelt 2023-03-08 19:35:44 +00:00
parent f997c15873
commit eb050d5b84
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: go-lib/util
steps: steps:
- name: test - name: test
image: golang:1.18 image: golang:1.20.1
commands: commands:
- go get ./... - go get ./...
- go test ./... - go test ./...