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
6d761ce710
commit
0292442fd1
12
.github/workflows/go.yml
vendored
12
.github/workflows/go.yml
vendored
@ -24,11 +24,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '^1.17.7'
|
go-version: '^1.17.7'
|
||||||
|
|
||||||
- name: Build
|
- name: Create module
|
||||||
run: go build -v ./...
|
run: go mod init
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v
|
||||||
|
|
||||||
#
|
#
|
||||||
# Job build-1-16
|
# Job build-1-16
|
||||||
@ -47,8 +47,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
go-version: '^1.16.7' # The version AlmaLinux 8.5 uses
|
||||||
|
|
||||||
- name: Build
|
- name: Create module
|
||||||
run: go build -v ./...
|
run: go mod init
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v
|
||||||
|
Loading…
Reference in New Issue
Block a user