Skip to content

Commit

Permalink
Github Actions: Upgrade supported Go versions from 1.21, 1.22 to 1.22…
Browse files Browse the repository at this point in the history
…, 1.23 (#172)

* Github Actions: Upgrade supported Go versions from 1.21, 1.22 to 1.22, 1.23

* Upgrade staticcheck from 2023.1 to 2024.1.1
  • Loading branch information
andygrunwald authored Oct 20, 2024
1 parent d093e01 commit 08ff0c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
go: ["1.22", "1.21"]
go: ["1.23", "1.22"]

steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
go: ["1.22", "1.21"]
go: ["1.23", "1.22"]

steps:
- uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
go: ["1.22", "1.21"]
go: ["1.23", "1.22"]

steps:
- uses: actions/checkout@v4
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Run staticcheck
uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2023.1"
version: "2024.1.1"
install-go: false
cache-key: ${{ matrix.go }}

Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
go: ["1.22", "1.21"]
go: ["1.23", "1.22"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 08ff0c0

Please sign in to comment.