mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
DEV: Upgrade to go 1.22.x (#2882)
This commit is contained in:
parent
3a84f6cde3
commit
02b0bedb85
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr_test.yml
vendored
2
.github/workflows/pr_test.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: golang:1.21
|
||||
image: golang:1.22
|
||||
needs:
|
||||
- integration-test-providers
|
||||
env:
|
||||
|
|
2
.github/workflows/release_draft.yml
vendored
2
.github/workflows/release_draft.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ^1.21
|
||||
go-version: ^1.22
|
||||
|
||||
# Stringer is needed because .goreleaser includes "go generate ./..."
|
||||
- name: Install stringer
|
||||
|
|
Loading…
Reference in a new issue