Skip to content

Commit

Permalink
build: run oldstable Go in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed May 10, 2024
1 parent 033d42a commit 6311d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
version: [stable, oldstable]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: stable
go-version: ${{ matrix.version }}
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 6311d38

Please sign in to comment.