Skip to content

Commit

Permalink
SYSENG-1820: update to go 1.22
Browse files Browse the repository at this point in the history
DRY Go versions via env in GitHub Actions
  • Loading branch information
DrPsychick committed Dec 18, 2024
1 parent c702802 commit 6373fcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- main

env:
GO_CURRENT: "1.22"
GO_LATEST: "1.23"
GO111MODULE: on

jobs:
Expand All @@ -25,9 +27,9 @@ jobs:
strategy:
matrix:
go:
- version: "1.22"
- version: "$GO_CURRENT"
name: target
- version: "1.23"
- version: "$GO_LATEST"
name: latest
name: "Spell check with ${{ matrix.go.name }} Go"
steps:
Expand Down

0 comments on commit 6373fcf

Please sign in to comment.