Skip to content

Commit b3fbad8

Browse files
committed
multi: go and linter version bumps
1 parent 1981553 commit b3fbad8

File tree

12 files changed

+642
-579
lines changed

12 files changed

+642
-579
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
# /Dockerfile
2222
# /frdrpc/Dockerfile
2323
# /itest/Dockerfile
24-
GO_VERSION: 1.22.3
24+
GO_VERSION: 1.23.6
2525

2626
jobs:
2727
########################

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
run:
22
# timeout for analysis
3-
deadline: 4m
3+
timout: 4m
44

55
linters-settings:
66
govet:
@@ -21,7 +21,7 @@ linters-settings:
2121
- G402 # Look for bad TLS connection settings.
2222
- G306 # Poor file permissions used when writing to a new file.
2323
staticcheck:
24-
go: "1.22.3"
24+
go: "1.23.6"
2525
checks: ["-SA1019"]
2626

2727
linters:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.3-alpine as builder
1+
FROM golang:1.23.6-alpine as builder
22

33
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
44
# queries required to connect to linked containers succeed.

frdrpc/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM golang:1.19.4-buster
1+
FROM golang:1.23.6-bookworm
22

33
RUN apt-get update && apt-get install -y \
44
git \
5-
protobuf-compiler='3.6.1*' \
6-
clang-format='1:7.0*'
5+
protobuf-compiler='3.21.12*' \
6+
clang-format='1:14.0*'
77

88
# We don't want any default values for these variables to make sure they're
99
# explicitly provided by parsing the go.mod file. Otherwise we might forget to

frdrpc/faraday.pb.go

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)