Skip to content

Commit c8e7d39

Browse files
authored
Merge pull request #22 from permafrost-dev/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 058d8b3 + dc0abcd commit c8e7d39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Task
2424
uses: arduino/setup-task@v2
2525

26-
- uses: actions/setup-go@v5
26+
- uses: actions/setup-go@v6
2727
with:
2828
go-version: '>=1.23.0'
2929

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Install Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
2525

0 commit comments

Comments
 (0)