Skip to content

Commit

Permalink
Merge pull request #140 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 cf21270 + 0047062 commit 2d10214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.18.1'
go-version: '^1.22'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
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 2d10214

Please sign in to comment.