Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit c2a3966

Browse files
chore: update actions/setup-go action to v5.3.0 (#152)
1 parent c6209bd commit c2a3966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/[email protected]
2222
- name: setup golang
23-
uses: actions/setup-go@v5.2.0
23+
uses: actions/setup-go@v5.3.0
2424
with:
2525
go-version-file: "go.mod"
2626
- name: add build file suffix

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: setup golang
17-
uses: actions/setup-go@v5.2.0
17+
uses: actions/setup-go@v5.3.0
1818
with:
1919
go-version-file: "go.mod"
2020
- name: run tests

0 commit comments

Comments
 (0)