Skip to content

Commit 51cb99b

Browse files
authored
Merge pull request #141 from microsoft/feature/go-version
ci: switches to supported go version
2 parents fb204b9 + 1a851ec commit 51cb99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '^1.19'
18+
go-version: '^1.22'
1919
- name: Install dependencies
2020
run: go install
2121
working-directory: ${{ env.relativePath }}

.github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424
- uses: actions/setup-go@v5
2525
with:
26-
go-version: '^1.19'
26+
go-version: '^1.22'
2727
- name: Install dependencies
2828
run: go install
2929
working-directory: ${{ env.relativePath }}

0 commit comments

Comments
 (0)