chore(deps): update dependency go to v1.24.4
This commit is contained in:
parent
a992d1cfd9
commit
8db7f08b15
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.2
|
||||
go-version: 1.24.4
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
|
@ -24,6 +24,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.2
|
||||
go-version: 1.24.4
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue