We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e3d06 commit b910d23Copy full SHA for b910d23
.github/workflows/golangci-lint.yml
@@ -21,7 +21,6 @@ jobs:
21
with:
22
go-version: 1.17
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
25
26
- # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
27
version: latest
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
- name: goreleaser-setup
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
28
distribution: goreleaser
29
0 commit comments