mod: bump dependencies; bump go version to 1.24.x
This commit is contained in:
@@ -16,12 +16,12 @@ jobs:
|
||||
- name: Setup Go installation
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.23.x
|
||||
go-version: 1.24.x
|
||||
- name: Spell checking
|
||||
uses: crate-ci/typos@v1.25.0
|
||||
with:
|
||||
config: ./.typos-config
|
||||
- name: Install dependencies
|
||||
run: go get .
|
||||
run: go get -u .
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
|
||||
Reference in New Issue
Block a user