mirror of
https://github.com/ClusterCockpit/cc-units.git
synced 2024-11-10 02:07:25 +01:00
Update go.yml
This commit is contained in:
parent
0292442fd1
commit
4fd6e8d6e4
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user