Skip to content

Commit

Permalink
Merge pull request #445 from microsoftgraph/feature/go-version
Browse files Browse the repository at this point in the history
ci: switches to supported go version
  • Loading branch information
baywet authored Jul 31, 2024
2 parents 924fa2d + f269b1a commit a365299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
go-version: '^1.22'
- name: Install dependencies
run: go install
working-directory: ${{ env.relativePath }}
Expand Down

0 comments on commit a365299

Please sign in to comment.