Skip to content

Commit fae52be

Browse files
authored
Merge pull request #210 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 3cdcf15 + 4b3b54f commit fae52be

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
@@ -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@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
25+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828
id: go

0 commit comments

Comments
 (0)