[ops] update github ci with go 1.18.4 (#4247)

Co-authored-by: Nita Neou (Soph) <soph@harmony.one>
pull/4248/head
Soph 2 years ago committed by GitHub
parent 0753c94c2b
commit e5e09b725b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci.yaml

@ -50,10 +50,10 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASS }}
- name: Set up Go 1.14
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.14.14
go-version: 1.18.4
- name: Checkout dependence repo
uses: actions/checkout@v2

Loading…
Cancel
Save