build: update runner
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xuu 2023-09-29 11:01:56 -06:00
parent bdda63edac
commit d726380dbd

View File

@ -4,7 +4,7 @@ name: build
steps: steps:
- name: test - name: test
image: golang:1.20 image: golang:1.21.1
commands: commands:
- go test -v -race -skip '^TestE2E|TestMain' ./... - go test -v -race -skip '^TestE2E|TestMain' ./...