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

This commit is contained in:
2023-03-08 19:35:44 +00:00
parent f997c15873
commit eb050d5b84
+1 -1
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 ./...