Skip to content

Commit

Permalink
use stable version of Go (latest released)
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak committed Jul 26, 2023
1 parent 743b600 commit 4146e6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '> 1.18'
go-version: stable
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -62,9 +62,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '> 1.18'
go-version: stable
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -130,9 +130,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '> 1.18'
go-version: stable
id: go

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

0 comments on commit 4146e6f

Please sign in to comment.