Skip to content

Commit b910d23

Browse files
committed
fix: lint node version
1 parent e8e3d06 commit b910d23

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/golangci-lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
with:
2222
go-version: 1.17
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v3
24+
uses: golangci/golangci-lint-action@v4
2525
with:
26-
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2726
version: latest

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
mkdir -p $HOME/.cache/snapcraft/download
2424
mkdir -p $HOME/.cache/snapcraft/stage-packages
2525
- name: goreleaser-setup
26-
uses: goreleaser/goreleaser-action@v4
26+
uses: goreleaser/goreleaser-action@v5
2727
with:
2828
distribution: goreleaser
2929
version: latest

0 commit comments

Comments
 (0)