updates boilerplate action to use go v1.18 (#2588)

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
This commit is contained in:
Paul Schweigert 2022-09-09 10:42:30 -04:00 committed by GitHub
parent 93b66e6a87
commit 2a05469a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,10 +42,10 @@ jobs:
steps: steps:
- name: Set up Go 1.17.x - name: Set up Go 1.18.x
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.17.x go-version: 1.18.x
id: go id: go
- name: Check out code - name: Check out code