Skip to content

Commit

Permalink
Bug 1934513 - Update golang version to 1.23 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand authored Dec 2, 2024
1 parent 0e4179a commit 0bbbbbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

test:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.23
- image: cimg/mysql:5.7
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-bullseye
FROM golang:1.23

ENV PROJECT=github.com/mozilla-services/go-bouncer

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/mozilla-services/go-bouncer

go 1.20
go 1.23

require (
github.com/codegangsta/cli v1.8.1-0.20150711215404-bca61c476e3c
Expand Down

0 comments on commit 0bbbbbd

Please sign in to comment.