mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-08 06:45:38 +00:00
update Go version to 1.24.4 to fix CVE-2025-22874
This commit is contained in:
parent
40808838ba
commit
19e50c61b2
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '^1.20'
|
||||
go-version: '1.24.4'
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
@ -32,4 +32,4 @@ jobs:
|
||||
run: |
|
||||
export PATH=${PATH}:`go env GOPATH`/bin
|
||||
scripts/devtools.sh
|
||||
make local build
|
||||
make local build
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '^1.20'
|
||||
go-version: '1.24.4'
|
||||
check-latest: true
|
||||
- name: Compile man page markup
|
||||
id: gen-man-page-md
|
||||
@ -48,4 +48,4 @@ jobs:
|
||||
with:
|
||||
files: build/*
|
||||
draft: true
|
||||
fail_on_unmatched_files: true
|
||||
fail_on_unmatched_files: true
|
||||
Loading…
Reference in New Issue
Block a user