Skip to content

Commit

Permalink
always use latest stable go
Browse files Browse the repository at this point in the history
  • Loading branch information
lstoll committed Jan 27, 2024
1 parent 521a938 commit 56a20af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-20.04
steps:

- name: Set up Go 1.18
uses: actions/setup-go@v1
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: stable
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Test
run: |
Expand Down

0 comments on commit 56a20af

Please sign in to comment.