Skip to content

Commit

Permalink
[#928] Bump go from 1.23 to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Feb 26, 2025
1 parent 6166ea9 commit 949746c
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
check-latest: true
cache-dependency-path: src/go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
check-latest: true
cache-dependency-path: src/go.mod
- name: Setup node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
golangci:
strategy:
matrix:
go: [ '1.23' ]
go: [ '1.24' ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
name: lint
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ linters:
disable:
- goimports
run:
go: "1.23"
go: "1.24"
timeout: 5m
linters-settings:
gocyclo:
Expand Down
2 changes: 1 addition & 1 deletion dev-doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd TCR

TCR is written in Go. This implies having Go compiler and tools installed on your machine.

Simply follow the instructions provided [here](https://go.dev/). Make sure to install **Go version 1.23** or higher.
Simply follow the instructions provided [here](https://go.dev/). Make sure to install **Go version 1.24** or higher.

## Install additional Go tools and utility packages

Expand Down
2 changes: 1 addition & 1 deletion examples/go-bazel/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example/go-bazel

go 1.23.3
go 1.24.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion examples/go-go-tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example/go-go-tools

go 1.23.3
go 1.24.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion examples/go-gotestsum/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example/go-gotestsum

go 1.23.3
go 1.24.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion examples/go-make/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example/go-make

go 1.23.3
go 1.24.0

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion examples/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.23.3
go 1.24.0

use (
go-bazel
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/murex/tcr

go 1.23.4
go 1.24.0

require (
github.com/ProtonMail/go-crypto v1.1.5 // indirect
Expand Down
2 changes: 1 addition & 1 deletion tcr-doc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/murex/tcr/tcr-doc

go 1.23.4
go 1.24.0

replace github.com/murex/tcr => ../src

Expand Down
46 changes: 23 additions & 23 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 949746c

Please sign in to comment.