Skip to content

Commit 316105f

Browse files
renovate[bot]coderbyheart
authored andcommitted
chore(deps): update actions/setup-go action to v6
1 parent 16932f2 commit 316105f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
node-version: "22.x"
133133
cache: "npm"
134134

135-
- uses: actions/setup-go@v5
135+
- uses: actions/setup-go@v6
136136
with:
137137
go-version: "^1.21.6"
138138

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
node-version: "22.x"
193193
cache: "npm"
194194

195-
- uses: actions/setup-go@v5
195+
- uses: actions/setup-go@v6
196196
with:
197197
go-version: "^1.21.6"
198198

0 commit comments

Comments
 (0)