Upgrade Go from 1.18 to 1.19

This commit is contained in:
Sebastian Serth
2022-08-08 09:19:06 +02:00
committed by Sebastian Serth
parent 9677253b35
commit 5059a5dc4c
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ main ]
env:
GO_VERSION: 1.18
GO_VERSION: 1.19
NOMAD_VERSION: 1.3.3
jobs:

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- uses: actions/cache@v2
with:
path: |