Skip to content

Commit

Permalink
chore: Update gh action version (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored Mar 1, 2024
1 parent ff3f6fc commit eecd063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/template/setup-golang/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
steps:
# uses an older go version by default, so configure go with newest version
- name: Setup Golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: true
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: "./.github/template/setup-golang"

- name: Run lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4.0.0
with:
install-mode: binary
version: latest
Expand Down

0 comments on commit eecd063

Please sign in to comment.