Skip to content

Commit

Permalink
Ensure up-to-date version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Jan 23, 2024
1 parent b3e6ff7 commit 3d12f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
strategy:
matrix:
go:
- "1.21"
- "1.19"
- "~1.21.6"
steps:
- name: Setup
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: '~1.21.6'
- name: Update environment
run: |
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
Expand Down

0 comments on commit 3d12f77

Please sign in to comment.