We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b1f3b commit 1990af9Copy full SHA for 1990af9
.github/workflows/prerequisites.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: Setup Go 1.19
8
uses: actions/setup-go@v5
9
with:
10
- go-version: '1.19'
+ go-version: '1.24'
11
12
- name: Install goimports
13
run: go install golang.org/x/tools/cmd/goimports@latest
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
- name: Checkout the repository
35
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments