Skip to content

Commit

Permalink
update to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Apr 29, 2024
1 parent a6d985c commit 8538112
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fi
working_directory: ~/repo
docker:
- image: cimg/go:1.21-node
- image: cimg/go:1.22-node

workflows:
build-and-release:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN npm run build
######
# Build backend
######
FROM --platform=${BUILDPLATFORM} golang:1.21-alpine as builder
FROM --platform=${BUILDPLATFORM} golang:1.22-alpine as builder
# Set the working directory
WORKDIR /build
# Download dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Ensure that the new database does not contain any data!
## Building

To build a standalone application, use the Makefile provided in the repository.
Go version 1.20 or higher has to be installed to build WireGuard Portal.
Go version 1.22 or higher has to be installed to build WireGuard Portal.
If you want to re-compile the frontend, NodeJS 18 and NPM >= 9 is required.

```shell
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/getting-started/building.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To build a standalone application, use the Makefile provided in the repository.
Go version **1.21** or higher has to be installed to build WireGuard Portal.
Go version **1.22** or higher has to be installed to build WireGuard Portal.
If you want to re-compile the frontend, NodeJS **18** and NPM >= **9** is required.

```shell
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/h44z/wg-portal

go 1.21
go 1.22.2

require (
github.com/coreos/go-oidc/v3 v3.10.0
Expand Down

0 comments on commit 8538112

Please sign in to comment.