We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7970ff commit 30ae3efCopy full SHA for 30ae3ef
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.21'
+ go-version: '1.23'
19
20
- name: Checkout code
21
uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
.github/workflows/go.yml
@@ -9,7 +9,7 @@ jobs:
9
10
uses: actions/setup-go@v4
11
12
13
14
- name: Check out code
0 commit comments