Skip to content

Commit 9ef9d50

Browse files
authored
chore(deps): Update Go to v1.23 and golangci-lint to v1.61.0 (#905)
Signed-off-by: behnazh-w <[email protected]>
1 parent 6a210f4 commit 9ef9d50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ repos:
199199

200200
# A linter for Golang
201201
- repo: https://github.com/golangci/golangci-lint
202-
rev: v1.59.1
202+
rev: v1.61.0
203203
hooks:
204204
- id: golangci-lint
205205

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ a detailed commit message body is preferred. Make sure to keep the `Signed-off-b
8181
### Prerequisites
8282

8383
- Python 3.11
84-
- Go 1.21
84+
- Go 1.23
8585
- JDK 17
8686

8787
### Prepare the environment

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
module github.com/oracle/macaron
55

6-
go 1.21
6+
go 1.23
77

8-
toolchain go1.21.0
8+
toolchain go1.23.2
99

1010
require (
1111
cuelang.org/go v0.9.1

0 commit comments

Comments
 (0)