Update go.yml

This commit is contained in:
Thomas Gruber
2022-03-15 16:58:57 +01:00
committed by GitHub
parent 0292442fd1
commit 4fd6e8d6e4

View File

@@ -25,7 +25,7 @@ jobs:
go-version: '^1.17.7'
- name: Create module
run: go mod init
run: go mod init github.com/ClusterCockpit/cc-units
- name: Test
run: go test -v
@@ -48,7 +48,7 @@ jobs:
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
- name: Create module
run: go mod init
run: go mod init github.com/ClusterCockpit/cc-units
- name: Test
run: go test -v