Upgrade to go 1.18

This commit is contained in:
Kristoffer Dalby 2022-03-17 17:43:11 +00:00
parent 1c9b1c0579
commit b781446e86
8 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-go@v2
with:
go-version: "1.17.7"
go-version: "1.18.0"
- name: Run Integration tests
if: steps.changed-files.outputs.any_changed == 'true'