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