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
|
||||
with:
|
||||
go-version: 1.24.x
|
||||
- name: Spell checking
|
||||
uses: crate-ci/typos@v1.39.0
|
||||
with:
|
||||
config: ./.typos-config
|
||||
- name: Install dependencies
|
||||
run: go get -u .
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
- name: Build
|
||||
run: CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o ./bin/serve main.go
|
||||
- name: Release build artifacts
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
go-version: 1.24.x
|
||||
- name: Spell checking
|
||||
uses: crate-ci/typos@v1.25.0
|
||||
uses: crate-ci/typos@v1.39.0
|
||||
with:
|
||||
config: ./.typos-config
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user