build: update runner
continuous-integration/drone/push Build is passing Details

main
xuu 2023-09-29 11:01:56 -06:00
parent bdda63edac
commit d726380dbd
1 changed files with 1 additions and 1 deletions

View File

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