Skip to content

Commit 3aa1a9e

Browse files
committed
Bump go version
1 parent fb0eed5 commit 3aa1a9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
go:
16-
- "~1.21.6"
16+
- "~1.22.5"
1717
steps:
1818
- name: Setup
1919
uses: actions/setup-go@v5

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)