Skip to content

Commit

Permalink
always use latest stable go
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Sep 1, 2023
1 parent c0e4637 commit 1987f18
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
- "28.1"
- "29.1"
- "snapshot"
go-version:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
- "1.21"
steps:
- uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
Expand All @@ -58,9 +52,10 @@ jobs:
- uses: cask/setup-cask@master
with:
version: snapshot
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
go-version: 'stable'
check-latest: true
- name: Install packages
run: |
go install github.com/pelletier/go-toml/v2/cmd/tomljson@latest
Expand Down

0 comments on commit 1987f18

Please sign in to comment.