File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,19 @@ jobs:
20
20
- name : Set up Go
21
21
uses : actions/setup-go@v4
22
22
with :
23
- go-version : ^1
23
+ go-version-file : go.mod
24
+ check-latest : true
24
25
25
26
- name : Vet Go code
26
27
run : go vet ./...
27
28
28
29
- name : Test Go code
29
30
run : go test -v -race ./...
30
31
32
+ - name : Test Go without cgo
33
+ env :
34
+ CGO_ENABLED : 0
35
+ run : go test -v ./...
36
+
31
37
- name : Verify repo is unchanged
32
38
run : git diff --exit-code HEAD
Original file line number Diff line number Diff line change 1
1
# EPP for Go
2
2
3
- [ ![ build status] ( https://img.shields.io/github/workflow/status/domainr/epp2/Go.svg )] ( https://github.com/domainr/epp2/actions )
3
+ [ ![ build status] ( https://img.shields.io/github/actions/ workflow/status/domainr/epp2/go.yaml?branch=main )] ( https://github.com/domainr/epp2/actions )
4
4
[ ![ pkg.go.dev] ( https://img.shields.io/badge/docs-pkg.go.dev-blue.svg )] ( https://pkg.go.dev/github.com/domainr/epp2 )
5
5
6
+
6
7
Extensible Provisioning Protocol (EPP) for
7
8
[ Go] ( https://go.dev/ ) .
8
9
You can’t perform that action at this time.
0 commit comments