1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

Update CI to 1.18

This commit is contained in:
Ash Keel 2022-06-17 00:54:26 +02:00
parent acaca8a400
commit f7215653f2
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2.1.4
with:
go-version: 1.17
go-version: 1.18
- name: Setup Node.js
uses: actions/setup-node@v1
with:

View file

@ -13,7 +13,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v2.1.4
with:
go-version: 1.17
go-version: 1.18
- name: Setup Node.js
uses: actions/setup-node@v1
with: