Skip to content

Commit

Permalink
build(deps): bump Go from 1.22 to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav committed Jan 8, 2025
1 parent e12cf13 commit 57a2213
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# BASE #
########
ARG DEBIAN_VERSION="bookworm"
ARG GO_VERSION="1.22"
ARG GO_VERSION="1.23"
ARG NODE_VERSION="22"
ARG ALPINE_VERSION="3.21"
FROM golang:${GO_VERSION}-${DEBIAN_VERSION} AS go_builder
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Usage of /usr/local/bin/argus:

The backend of Argus is built with [Go](https://go.dev/), and the frontend with [React](https://reactjs.org/). The React frontend is built and then [embedded](https://pkg.go.dev/embed) into the Go binary so that those web files can be served.

- [Go 1.22+](https://go.dev/dl/)
- [Go 1.23+](https://go.dev/dl/)
- [NodeJS 22](https://nodejs.org/en/download/)

### Go changes
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/release-argus/Argus

go 1.22
go 1.23

toolchain go1.22.0
toolchain go1.23.0

require (
github.com/Masterminds/semver/v3 v3.3.1
Expand Down

0 comments on commit 57a2213

Please sign in to comment.