Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie authored May 12, 2024
1 parent dd76bf6 commit 419429e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
Expand All @@ -25,8 +25,8 @@ jobs:
with: # Grab the latest version
repo: golangci/golangci-lint
token: ${{ secrets.GITHUB_TOKEN }}
binaries-location: golangci-lint-1.56.2-linux-amd64
tag: v1.56.2
binaries-location: golangci-lint-1.58.1-linux-amd64
tag: v1.58.1
- name: Install Task
uses: arduino/setup-task@v1
with:
Expand Down

0 comments on commit 419429e

Please sign in to comment.