Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jan 20, 2025
1 parent b0dc750 commit 4ac59e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v5
with:
cache: false
go-version: '1.20'
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-go@v5
with:
cache: false
go-version: '1.20'
go-version: '1.22'
- uses: actions/checkout@v4
- uses: n8maninger/action-golang-test@v2
with:
Expand Down

0 comments on commit 4ac59e0

Please sign in to comment.