Skip to content

Commit

Permalink
build: update Go to 1.23 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
npazosmendez authored Dec 2, 2024
1 parent d2da93d commit 2ac96e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
repository-projects: read

env:
DEFAULT_GO_VERSION: 1.21
DEFAULT_GO_VERSION: 1.23

name: Build Artifacts
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
repository-projects: read

env:
DEFAULT_GO_VERSION: 1.21
DEFAULT_GO_VERSION: 1.23

name: Run Release Please
jobs:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/grafana/mimir-proxies

go 1.22

toolchain go1.22.5
go 1.23

require (
github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822
Expand Down

0 comments on commit 2ac96e7

Please sign in to comment.