Skip to content

Commit bd990a5

Browse files
authored
[Upgrade] Go setup action to version 6 and update version
1 parent 6e30f7c commit bd990a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ runs:
6767
shell: bash
6868

6969
- name: Set up Go
70-
uses: actions/setup-go@v5
70+
uses: actions/setup-go@v6
7171
with:
72-
go-version: "1.23"
72+
go-version: "1.26"
7373

7474
- name: Build the Go binary
7575
run: |

0 commit comments

Comments
 (0)