Skip to content

Commit 1402075

Browse files
authored
Merge pull request #188 from maxmind/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 7a09660 + ff5c5d1 commit 1402075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

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

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/setup-go@v5
16+
- uses: actions/setup-go@v6
1717
with:
1818
go-version: 1.23
1919
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)