Skip to content

Commit

Permalink
Merge pull request #277 from zeeke/ci-go-117
Browse files Browse the repository at this point in the history
ci: Stick with Go 1.17
  • Loading branch information
SchSeba authored Apr 13, 2022
2 parents a2d55bc + 9991f23 commit 162c2b2
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 @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17+
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: 1.17.8

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17+
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: 1.17.8

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

0 comments on commit 162c2b2

Please sign in to comment.