Skip to content

Commit

Permalink
ci: Remove use of stable/unstable go version aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
KasonBraley committed Feb 12, 2025
1 parent 462c2a9 commit 3a1ca6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 'stable', 'oldstable' ]
matrix:
go-version: [1.23.x, 1.24.x]
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand All @@ -37,8 +37,8 @@ jobs:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 'stable', 'oldstable' ]
matrix:
go-version: [1.23.x, 1.24.x]
steps:
- name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit 3a1ca6a

Please sign in to comment.