Skip to content

Commit 3d12f77

Browse files
committed
Ensure up-to-date version of go
1 parent b3e6ff7 commit 3d12f77

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
go:
16-
- "1.21"
17-
- "1.19"
16+
- "~1.21.6"
1817
steps:
1918
- name: Setup
2019
uses: actions/setup-go@v5

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- uses: actions/setup-go@v5
4545
with:
46-
go-version: 1.21
46+
go-version: '~1.21.6'
4747
- name: Update environment
4848
run: |
4949
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)