Use go-toolset from AlmaLinux

This commit is contained in:
Holger Obermaier
2022-03-01 14:08:18 +01:00
parent cf2925814b
commit 01090f7e10
2 changed files with 1 additions and 7 deletions

View File

@@ -33,12 +33,6 @@ jobs:
- name: Install build dependencies
run: dnf --assumeyes builddep scripts/cc-metric-collector.spec
# See: https://github.com/marketplace/actions/setup-go-environment
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: '^1.16.7'
- name: RPM build MetricCollector
id: rpmbuild
run: |