We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e6ff7 commit 3d12f77Copy full SHA for 3d12f77
.github/workflows/ci.yml
@@ -13,8 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
go:
16
- - "1.21"
17
- - "1.19"
+ - "~1.21.6"
18
steps:
19
- name: Setup
20
uses: actions/setup-go@v5
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/checkout@v4
44
- uses: actions/setup-go@v5
45
with:
46
- go-version: 1.21
+ go-version: '~1.21.6'
47
- name: Update environment
48
run: |
49
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
0 commit comments