Skip to content

Commit

Permalink
Bump actions/setup-go to address Node.js 16 deprecation issues (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed May 7, 2024
1 parent bb4ca5b commit 11fc3c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
contents: read
steps:
- name: Setup go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # 5.0.0
with:
go-version: ${{ matrix.go-version }}

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: git config --global core.autocrlf false

- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # 5.0.0
with:
go-version: ${{ matrix.go-version }}

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
contents: read
steps:
- name: Setup go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # 5.0.0
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 11fc3c9

Please sign in to comment.