diff --git a/.drone.yml b/.drone.yml index 1470fa5..078882d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: - tags - name: test - image: golang:1.16 + image: golang:1.17 pull: always commands: - make test @@ -71,7 +71,7 @@ steps: - test - name: prepare-image - image: golang:1.16 + image: golang:1.17 volumes: - name: dockersock path: /var/run @@ -100,7 +100,7 @@ steps: - prepare-image - name: build - image: goreleaser/goreleaser:v0.169.0 + image: goreleaser/goreleaser:v0.176.0 commands: - make build depends_on: @@ -114,7 +114,7 @@ steps: - tag - name: release - image: goreleaser/goreleaser:v0.169.0 + image: goreleaser/goreleaser:v0.176.0 volumes: - name: dockersock path: /var/run diff --git a/Makefile b/Makefile index 5992133..8fc1aab 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ lint: lint-go lint-buf lint-js .PHONY: lint-go lint-go: - golangci-lint run --timeout 10m --enable-all --disable=exhaustivestruct + golangci-lint run --timeout 10m --enable-all --disable=exhaustivestruct,godox .PHONY: lint-buf lint-buf: