diff --git a/.drone.yml b/.drone.yml index 1bfd018..ac13dcd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - git fetch --tags - name: test - image: golang:1.20.3 + image: golang:1.20.4 volumes: - name: deps path: /go @@ -17,7 +17,7 @@ steps: - go test -race -coverprofile=coverage.txt -covermode=atomic - name: linter - image: golang:1.20.3 + image: golang:1.20.4 volumes: - name: deps path: /go