File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
name : Build
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - name : Set up Go 1.23
14
+ - name : Set up Go Stable version
15
15
uses : actions/setup-go@v5
16
16
with :
17
- go-version : 1.23
17
+ go-version : stable
18
18
id : go
19
19
20
20
- name : Check out code into the Go module directory
30
30
- name : Test
31
31
run : go test -v -race ./...
32
32
33
- - name : Run vet
34
- run : go vet ./...
35
-
36
- - name : Run golint
37
- run : go get -u golang.org/x/lint/golint && go install golang.org/x/lint/golint && golint ./...
38
-
39
- - name : Run golangci-lint
40
- uses : golangci/golangci-lint-action@v7
41
- with :
42
- version : v2.0
43
-
44
33
- name : Install xgotext CLI
45
34
run : go install -v github.com/leonelquinteros/gotext/cli/xgotext
46
35
You can’t perform that action at this time.
0 commit comments