Skip to content

Commit

Permalink
update go version to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xp-1000 committed Apr 20, 2022
1 parent 1c0cbae commit 6a65609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Go 1.15.3
- name: Set up Go 1.18.1
uses: actions/setup-go@v1
with:
go-version: 1.15.3
go-version: 1.18.1

- name: Test
run: make test GO111MODULE=on
Expand All @@ -43,7 +43,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15.3
go-version: 1.18.1
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 6a65609

Please sign in to comment.