Skip to content

Commit

Permalink
SYSENG-1820: update to go 1.22
Browse files Browse the repository at this point in the history
Update Go versions in GitHub Actions
  • Loading branch information
DrPsychick committed Dec 18, 2024
1 parent 40467d4 commit 453d0a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
strategy:
matrix:
go:
- version: "1.21"
- version: "1.22"
name: target
- version: "1.22.0"
- version: "1.23"
name: latest
name: "Static checks with ${{ matrix.go.name }} Go"
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
strategy:
matrix:
go:
- version: "1.21"
- version: "1.22"
name: target
- version: "1.22.0"
- version: "1.23"
name: latest
name: "Spell check with ${{ matrix.go.name }} Go"
steps:
Expand Down

0 comments on commit 453d0a5

Please sign in to comment.