1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DEV: Upgrade to go 1.22.x (#2882)

This commit is contained in:
Tom Limoncelli
2024-03-25 11:40:58 -04:00
committed by GitHub
parent 3a84f6cde3
commit 02b0bedb85
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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