Skip to content

Commit

Permalink
Bump golang version (#25)
Browse files Browse the repository at this point in the history
* Bump golang version

* Bump golang & deps

---------

Co-authored-by: mimrankh <mimrankh@mimrankhs-MacBook-Pro.local>
  • Loading branch information
imru-immu123 and mimrankh authored Sep 25, 2024
1 parent beba465 commit 5002849
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion restapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################
# STEP 1 build the image for creating the executable
############################
FROM docker.io/library/golang:1.22.5-alpine3.19 as builder
FROM docker.io/library/golang:1.23.1-alpine3.20 as builder

# Install git + SSL ca certificates + make
# Git is required for fetching the dependencies.
Expand Down
4 changes: 2 additions & 2 deletions restapi/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/cisco-open/synthetic-heart/restapi

go 1.22.0
go 1.23.1

require (
github.com/cisco-open/synthetic-heart/common v0.0.0-00010101000000-000000000000
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-hclog v0.15.0
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.4.0
github.com/rs/cors v1.10.1
github.com/rs/cors v1.11.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions restapi/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
github.com/redis/go-redis/v9 v9.4.0 h1:Yzoz33UZw9I/mFhx4MNrB6Fk+XHO1VukNcCa1+lwyKk=
github.com/redis/go-redis/v9 v9.4.0/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rs/cors v1.10.1 h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo=
github.com/rs/cors v1.10.1/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/cors v1.11.0 h1:0B9GE/r9Bc2UxRMMtymBkHTenPkHDv0CW4Y98GBY+po=
github.com/rs/cors v1.11.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
Expand Down

0 comments on commit 5002849

Please sign in to comment.