Skip to content

Commit d28d10a

Browse files
chore(deps): update actions/setup-go action to v6.1.0
1 parent f96a761 commit d28d10a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout Repo
1818
uses: actions/checkout@v5
1919
- name: Setup Go
20-
uses: actions/setup-go@v6.0.0
20+
uses: actions/setup-go@v6.1.0
2121
with:
2222
go-version-file: "go.mod"
2323
- name: Setup Go Environment
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout Repo
5151
uses: actions/checkout@v5
5252
- name: Setup Go
53-
uses: actions/setup-go@v6.0.0
53+
uses: actions/setup-go@v6.1.0
5454
with:
5555
go-version-file: "go.mod"
5656
- name: Setup Go Environment

.github/workflows/tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: ${{ github.head_ref }}
2020
- name: Setup Go
21-
uses: actions/setup-go@v6.0.0
21+
uses: actions/setup-go@v6.1.0
2222
with:
2323
go-version: "1.22"
2424
- name: Setup Go Environment

0 commit comments

Comments
 (0)