diff --git a/.drone.yml b/.drone.yml index caba419..6684d51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - git fetch --tags - name: test - image: golang:1.21.1 + image: golang:1.21.2 volumes: - name: deps path: /go @@ -17,7 +17,7 @@ steps: - go test -race -coverprofile=coverage.txt -covermode=atomic - name: linter - image: golang:1.21.1 + image: golang:1.21.2 volumes: - name: deps path: /go