Skip to content

Commit

Permalink
build: test on Go's oldstable also
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 17, 2025
1 parent 1dc1a6e commit 3074072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # windows-latest
os: [ubuntu-latest, macos-latest] # TODO(adam): windows-latest
version: [stable, oldstable]
steps:
- name: Set up Go
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 3074072

Please sign in to comment.