We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb204b9 + 1a851ec commit 51cb99bCopy full SHA for 51cb99b
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-go@v5
17
with:
18
- go-version: '^1.19'
+ go-version: '^1.22'
19
- name: Install dependencies
20
run: go install
21
working-directory: ${{ env.relativePath }}
.github/workflows/sonarcloud.yml
@@ -23,7 +23,7 @@ jobs:
23
submodules: recursive
24
25
26
27
28
29
0 commit comments