File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 1- golang 1.22 .4
1+ golang 1.23 .4
Original file line number Diff line number Diff line change 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
44ARG CARDANO_VERSION=10.1.3
55ARG CNCLI_VERSION=6.5.1
66
Original file line number Diff line number Diff line change 11module github.com/kilnfi/cardano-validator-watcher
22
3- go 1.22.5
3+ go 1.23
44
55replace github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure v1.6.0
66
You can’t perform that action at this time.
0 commit comments