Update versions used during GitHub actions

This commit is contained in:
Sebastian Serth
2021-11-11 00:22:21 +01:00
parent ac6ce56c38
commit 68c6b28861

View File

@ -7,7 +7,8 @@ on:
branches: [ main ]
env:
NOMAD_VERSION: 1.1.2
GO_VERSION: 1.17
NOMAD_VERSION: 1.1.6
jobs:
compile:
@ -19,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: ${{ env.GO_VERSION }}
- uses: actions/cache@v2
with:
path: |
@ -54,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: ${{ env.GO_VERSION }}
- uses: actions/cache@v2
with:
path: |
@ -98,7 +99,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: ${{ env.GO_VERSION }}
- name: Cache Go modules
uses: actions/cache@v2
with: