Upgrade to go 1.18 (#5542)

This commit is contained in:
Sam Coe 2022-05-09 18:46:19 +02:00 committed by GitHub
parent 9666857f39
commit 597eb16a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 14 deletions

View file

@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: 1.18
- name: Generate changelog
id: changelog
run: |