We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0eed5 commit 3aa1a9eCopy full SHA for 3aa1a9e
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
go:
16
- - "~1.21.6"
+ - "~1.22.5"
17
steps:
18
- name: Setup
19
uses: actions/setup-go@v5
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v4
40
- uses: actions/setup-go@v5
41
with:
42
- go-version: '~1.21.6'
+ go-version: '~1.22.5'
43
- name: Update environment
44
run: |
45
echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
0 commit comments