Skip to content

Commit bb6543e

Browse files
Merge pull request #78 from nothub/dependabot/github_actions/actions/setup-go-6
2 parents f5daa7b + 1b02bec commit bb6543e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v5
1111
with:
1212
fetch-depth: 0
13-
- uses: actions/setup-go@v5
13+
- uses: actions/setup-go@v6
1414
with:
1515
go-version-file: 'go.mod'
1616
check-latest: true
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-go@v5
28+
- uses: actions/setup-go@v6
2929
with:
3030
go-version-file: 'go.mod'
3131
check-latest: true

0 commit comments

Comments
 (0)