Skip to content

Commit

Permalink
feat: update go to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fuse314 authored Apr 10, 2024
1 parent 7e3fb78 commit 7d11a51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- if: github.event_name == 'release'
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- if: github.event_name == 'release'
uses: goreleaser/goreleaser-action@v5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILDPLATFORM=linux/amd64
ARG ALPINE_VERSION=3.19
ARG GO_VERSION=1.21
ARG GO_VERSION=1.22
ARG XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.55.2
ARG MOCKGEN_VERSION=v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/qdm12/ddns-updater

go 1.21
go 1.22

require (
github.com/breml/rootcerts v0.2.16
Expand Down

0 comments on commit 7d11a51

Please sign in to comment.