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 e9747bc commit 166df13Copy full SHA for 166df13
.github/workflows/dialects.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-22.04
11
12
steps:
13
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v3
14
with:
15
go-version: "1.22"
16
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- uses: actions/checkout@v4
29
30
31
32
33
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
17
18
19
20
21
go-version: ${{ matrix.go }}
22
0 commit comments