Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie authored Mar 14, 2024
1 parent 48cb454 commit 06cd712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
- uses: denoland/setup-deno@v1
- uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
cache: true
- name: Install golangci-lint
uses: jaxxstorm/action-install-gh-release@v1.10.0
with: # Grab the latest version
repo: golangci/golangci-lint
token: ${{ secrets.GITHUB_TOKEN }}
binaries-location: golangci-lint-1.54.2-linux-amd64
tag: v1.54.2
binaries-location: golangci-lint-1.56.2-linux-amd64
tag: v1.56.2
- name: Install Task
uses: arduino/setup-task@v1
with:
Expand Down

0 comments on commit 06cd712

Please sign in to comment.