Skip to content

Commit dc40f16

Browse files
Split Github actions
1 parent af586f1 commit dc40f16

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Set up Go 1.23
14+
- name: Set up Go Stable version
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.23
17+
go-version: stable
1818
id: go
1919

2020
- name: Check out code into the Go module directory
@@ -30,17 +30,6 @@ jobs:
3030
- name: Test
3131
run: go test -v -race ./...
3232

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-
4433
- name: Install xgotext CLI
4534
run: go install -v github.com/leonelquinteros/gotext/cli/xgotext
4635

0 commit comments

Comments
 (0)