Skip to content

Commit

Permalink
update go to 1.17 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof authored Oct 29, 2021
1 parent 7e7ccba commit d2497f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Go Code
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- name: Checkout Code
uses: actions/checkout@v2
- name: Vet Go code
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- name: Checkout Code
uses: actions/checkout@v2
- name: Test
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- name: Checkout Code
uses: actions/checkout@v2
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit d2497f6

Please sign in to comment.