Skip to content

Commit

Permalink
Upgrade to go 1.23.3 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
keliramu authored Dec 4, 2024
2 parents 11d79fd + ee04db6 commit 4728f1b
Show file tree
Hide file tree
Showing 32 changed files with 111 additions and 98 deletions.
2 changes: 1 addition & 1 deletion ci/docker/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20240725
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20241203

LABEL org.opencontainers.image.source=https://github.com/NordSecurity/nordvpn-linux

Expand Down
2 changes: 1 addition & 1 deletion ci/docker/depender/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20240725
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20241203

LABEL org.opencontainers.image.source=https://github.com/NordSecurity/nordvpn-linux

Expand Down
2 changes: 1 addition & 1 deletion ci/docker/generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20240725 AS builder
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20241203 AS builder

LABEL org.opencontainers.image.source=https://github.com/NordSecurity/nordvpn-linux

Expand Down
3 changes: 3 additions & 0 deletions ci/docker/generator/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sh==1.14.1
grpcio==1.68.1
grpcio-tools==1.68.1
4 changes: 2 additions & 2 deletions ci/docker/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ FROM ubuntu:20.04
LABEL org.opencontainers.image.source=https://github.com/NordSecurity/nordvpn-linux

# Based on: https://github.com/docker-library/golang/blob/master/1.22/bookworm/Dockerfile
ENV GOLANG_VERSION 1.22.5
ENV GOLANG_SHA256 904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0
ENV GOLANG_VERSION 1.23.3
ENV GOLANG_SHA256 a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8

RUN apt-get update && \
apt-get -y --no-install-recommends upgrade && \
Expand Down
4 changes: 2 additions & 2 deletions ci/docker/packager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20240725
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20241203

# Need to build nfpm with patch; expeting sometime
# nfpm upstream will be fixed (issue submitted)
Expand All @@ -18,7 +18,7 @@ RUN cd && \
ls -lh ./nfpm && \
./nfpm --version

FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20240725
FROM ghcr.io/nordsecurity/nordvpn-linux/golang:ubuntu-20.04-20241203

LABEL org.opencontainers.image.source=https://github.com/NordSecurity/nordvpn-linux

Expand Down
6 changes: 3 additions & 3 deletions magefiles/mage.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ import (

const (
registryPrefix = "ghcr.io/nordsecurity/nordvpn-linux/"
imageBuilder = registryPrefix + "builder:1.3.2"
imagePackager = registryPrefix + "packager:1.3.0"
imageBuilder = registryPrefix + "builder:1.3.3"
imagePackager = registryPrefix + "packager:1.3.1"
imageSnapPackager = registryPrefix + "snaper:0.0.4"
imageProtobufGenerator = registryPrefix + "generator:1.4.0"
imageProtobufGenerator = registryPrefix + "generator:1.4.1"
imageScanner = registryPrefix + "scanner:1.1.0"
imageTester = registryPrefix + "tester:1.3.0"
imageQAPeer = registryPrefix + "qa-peer:1.0.4"
Expand Down
6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/account_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/cities_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/common_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/config/group_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/config/protocol_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/config/technology_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/connect_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/countries_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/login_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/login_with_token_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/logout_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/ping_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/plans_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/purchase_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/rate_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions test/qa/lib/protobuf/daemon/register_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4728f1b

Please sign in to comment.