1 parent 85d5f9d commit 08ef402Copy full SHA for 08ef402
2 files changed
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout code
10
uses: actions/checkout@v7
11
- name: Install Go
12
- uses: actions/setup-go@v6
+ uses: actions/setup-go@v7
13
with:
14
go-version: '1.27'
15
cache: false
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments