Fix for Github Action to really use the selected version

This commit is contained in:
Thomas Roehl 2022-05-23 16:50:58 +02:00
parent 7ddc889f06
commit 838b8d824d

View File

@ -23,9 +23,9 @@ jobs:
# See: https://github.com/marketplace/actions/setup-go-environment # See: https://github.com/marketplace/actions/setup-go-environment
- name: Setup Golang - name: Setup Golang
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with: with:
go-version: '^1.17.7' go-version: '1.17.7'
# Install libganglia # Install libganglia
- name: Setup Ganglia - name: Setup Ganglia
@ -53,9 +53,9 @@ jobs:
# See: https://github.com/marketplace/actions/setup-go-environment # See: https://github.com/marketplace/actions/setup-go-environment
- name: Setup Golang - name: Setup Golang
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with: with:
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses go-version: '1.16.7' # The version AlmaLinux 8.5 uses
# Install libganglia # Install libganglia
- name: Setup Ganglia - name: Setup Ganglia