Merge pull request #34 from openHPI/update_version_for_ci

Update versions used during GitHub actions
This commit is contained in:
Sebastian Serth
2021-11-17 08:59:41 +01:00
committed by GitHub

View File

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