Skip to content

Commit 450fcf6

Browse files
authored
Merge pull request #125 from maxmind/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 1271107 + 824621d commit 450fcf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "Build ${{ matrix.go-version }} test on ${{ matrix.platform }}"
2121
steps:
2222
- name: Set up Go 1.x
23-
uses: actions/setup-go@v4
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626
id: go

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-go@v4
14+
- uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.21
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)