mod: bump action dependencies
All checks were successful
Go Project Action / Spell-check and test go project (push) Successful in 59s
All checks were successful
Go Project Action / Spell-check and test go project (push) Successful in 59s
This commit is contained in:
@@ -18,8 +18,14 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.24.x
|
go-version: 1.24.x
|
||||||
|
- name: Spell checking
|
||||||
|
uses: crate-ci/typos@v1.39.0
|
||||||
|
with:
|
||||||
|
config: ./.typos-config
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go get -u .
|
run: go get -u .
|
||||||
|
- name: Run tests
|
||||||
|
run: go test ./...
|
||||||
- name: Build
|
- name: Build
|
||||||
run: CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o ./bin/serve main.go
|
run: CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o ./bin/serve main.go
|
||||||
- name: Release build artifacts
|
- name: Release build artifacts
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.24.x
|
go-version: 1.24.x
|
||||||
- name: Spell checking
|
- name: Spell checking
|
||||||
uses: crate-ci/typos@v1.25.0
|
uses: crate-ci/typos@v1.39.0
|
||||||
with:
|
with:
|
||||||
config: ./.typos-config
|
config: ./.typos-config
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user