Skip to content

Commit

Permalink
Update to go 1.17
Browse files Browse the repository at this point in the history
And drop 1.14
  • Loading branch information
tmccombs committed Mar 3, 2022
1 parent 7d7ec2e commit 7bc6772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
go:
- "1.14"
- "1.15"
- "1.16"
- "1.17"
steps:
- name: Setup
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Update environment
run: 'echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV'
- name: Build
Expand Down

0 comments on commit 7bc6772

Please sign in to comment.