chore: Update Go to 1.18

This commit is contained in:
TwiN
2022-03-26 02:15:32 -04:00
parent 5281f8068d
commit 5843c58a36
3 changed files with 2 additions and 6 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build binary to make sure it works