Skip to content

Commit adfce84

Browse files
authored
Merge pull request #68 from maxmind/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents bc2a191 + ccc1094 commit adfce84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}"
2020
steps:
2121
- name: Set up Go 1.x
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525
id: go

0 commit comments

Comments
 (0)