-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1183 from go-kit/go1.17
Go1.17 updates
- Loading branch information
Showing
3 changed files
with
419 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
name: Build | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: # Support latest and one minor back | ||
go: ['1.15', '1.16'] | ||
matrix: # Support latest and one minor back | ||
go: ["1.16", "1.17"] | ||
env: | ||
GOFLAGS: -mod=readonly | ||
|
||
|
@@ -47,7 +47,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
stable: 'false' | ||
stable: "false" | ||
go-version: ${{ matrix.go }} | ||
|
||
- name: Checkout code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.