Skip to content

Commit

Permalink
Merge pull request #27 from permafrost-dev/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
patinthehat authored Dec 22, 2023
2 parents 9216480 + 78320fa commit 7c4de4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: arduino/setup-task@v1

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand All @@ -44,7 +44,7 @@ jobs:
uses: arduino/setup-task@v1

- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Task
uses: arduino/setup-task@v1

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.0'

Expand Down

0 comments on commit 7c4de4a

Please sign in to comment.