Skip to content

Commit 5459e5e

Browse files
committed
chore: upgrade go version to 1.23
1 parent 35a9f18 commit 5459e5e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.22
22+
go-version: 1.23
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v6
2525
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.22
29+
go-version: 1.23
3030
- name: Run GoReleaser
3131
uses: goreleaser/goreleaser-action@v6
3232
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.22.4
1+
golang 1.23.4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builder
2-
ARG BUILDER=golang:1.22-alpine3.19
3-
ARG RUNNER=alpine:3.19
2+
ARG BUILDER=golang:1.23-alpine3.20
3+
ARG RUNNER=alpine:3.20
44
ARG CARDANO_VERSION=10.1.3
55
ARG CNCLI_VERSION=6.5.1
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kilnfi/cardano-validator-watcher
22

3-
go 1.22.5
3+
go 1.23
44

55
replace github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure v1.6.0
66

0 commit comments

Comments
 (0)