Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit f3406e6

Browse files
chore: update actions/setup-go action to v6.1.0 (#273)
1 parent 751f70d commit f3406e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: checkout repository
1919
uses: actions/checkout@v5.0.1
2020
- name: setup golang
21-
uses: actions/setup-go@v6.0.0
21+
uses: actions/setup-go@v6.1.0
2222
with:
2323
go-version-file: "go.mod"
2424
- name: build project

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: checkout repository
1616
uses: actions/checkout@v5.0.1
1717
- name: setup golang
18-
uses: actions/setup-go@v6.0.0
18+
uses: actions/setup-go@v6.1.0
1919
with:
2020
go-version-file: "go.mod"
2121
- name: run all tests

0 commit comments

Comments
 (0)