Skip to content

Commit

Permalink
Merge pull request #178 from microsoft/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 ddebb31 + 982ab7f commit 9bf80c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.19'
go-version: '^1.22'
- name: Install dependencies
run: go install
working-directory: ${{ env.relativePath }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: '^1.19'
go-version: '^1.22'
- name: Install dependencies
run: go install
working-directory: ${{ env.relativePath }}
Expand Down

0 comments on commit 9bf80c7

Please sign in to comment.