summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2022-03-25 16:01:05 +0800
committerLoyalsoldier <[email protected]>2022-03-25 16:01:05 +0800
commite865cd6ba64338a1ee324999d84aae9934efac40 (patch)
treed5a0fdef092a1f2e2dec084f428a0cdd984faace /.github/workflows
parentd38aa1223676a36889d84455d81a788fa3492336 (diff)
Chore: use Go v1.18 & update dependencies
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7784ff52..6be8d7ae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.x.y
uses: actions/setup-go@v2
with:
- go-version: ^1.17
+ go-version: ^1.18
- name: Set variables
run: |