Skip to content

Commit 65d594a

Browse files
authored
Merge pull request #458 from maxmind/dependabot/github_actions/actions/setup-go-6.2.0
Bump actions/setup-go from 6.1.0 to 6.2.0
2 parents 5793112 + f9fd66d commit 65d594a

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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
22+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525
id: go

0 commit comments

Comments
 (0)