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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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