diff --git a/.drone.yml b/.drone.yml index 522b6f4..250a6ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: test steps: - name: test - image: golang:1.19 + image: golang:1.20 commands: - go test -race -coverprofile=coverage.txt -covermode=atomic ./... @@ -23,7 +23,7 @@ name: check-go-mod steps: - name: check go.mod - image: golang:1.19 + image: golang:1.20 commands: - go mod tidy - git diff --exit-code go.mod