Skip to content

Commit 121e330

Browse files
Update actions/setup-go action to v6.5.0
1 parent 66e9301 commit 121e330

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6.0.2
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v6.4.0
23+
uses: actions/setup-go@v6.5.0
2424
with:
2525
go-version: '1.26.3'
2626

@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Set up Go
51-
uses: actions/setup-go@v6.4.0
51+
uses: actions/setup-go@v6.5.0
5252
with:
5353
go-version: '1.26.3'
5454

0 commit comments

Comments
 (0)