Skip to content

Commit f0ffff3

Browse files
authored
Merge pull request #755 from microsoftgraph/feature/go-version
ci: switches to supported go version
2 parents fae593c + 0bd35e4 commit f0ffff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: recursive
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: '^1.20'
20+
go-version: '^1.22'
2121
- name: Install dependencies
2222
run: go install
2323
working-directory: ${{ env.relativePath }}

0 commit comments

Comments
 (0)