Skip to content

Commit 63b4f42

Browse files
Update actions/setup-go action to v6
1 parent 1f34799 commit 63b4f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: checkout
1515
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
- name: setup go env
17-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
17+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1818
with:
1919
go-version: 1.25
2020
- name: build

0 commit comments

Comments
 (0)