From 52be647b6e8343c5592846abf962fd3eca4320e2 Mon Sep 17 00:00:00 2001 From: Marc Binz Date: Mon, 13 Nov 2023 23:39:17 +0100 Subject: [PATCH] build: update go to 1.21.4 (#244) --- .tool-versions | 2 +- README.md | 2 +- SECURITY.md | 2 +- go.mod | 2 +- go.work | 4 ++-- tests/.tool-versions | 2 +- tests/basic/go.mod | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.tool-versions b/.tool-versions index 20a99166..dbad8ff5 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -golang 1.21.3 +golang 1.21.4 task 3.28.0 golangci-lint 1.55.2 diff --git a/README.md b/README.md index 5c75e676..8766e7ed 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- Go 1.21.1 + Go 1.21.4 Go Report Card diff --git a/SECURITY.md b/SECURITY.md index 18df34fb..c0d55cb1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ This might not change for the near future, as there is still a lot of work to be Until then, the versioning will stay at 0.x.x. The first major release will be 1.0.0. As long as there is no major release, we will only provide support for the most recent (minor) version. -Our library is built using Golang, specifically version 1.21.1, and we aim to stay as close +Our library is built using Golang, specifically version 1.21.4, and we aim to stay as close to the current version of Go as possible to ensure security and compatibility. As of now, this library only supports Go 1.21.x. This will most likely be the case until version 1.22.0 is released. diff --git a/go.mod b/go.mod index 91bb3342..ede54a45 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/go-surreal/som -go 1.21.1 +go 1.21.4 require ( github.com/dave/jennifer v1.7.0 diff --git a/go.work b/go.work index 90fb616d..9e3b67db 100644 --- a/go.work +++ b/go.work @@ -1,6 +1,6 @@ -go 1.21.1 +go 1.21.4 -toolchain go1.21.1 +toolchain go1.21.4 use ( . diff --git a/tests/.tool-versions b/tests/.tool-versions index e4ab54cc..83d3f70d 100644 --- a/tests/.tool-versions +++ b/tests/.tool-versions @@ -1 +1 @@ -golang 1.21.1 +golang 1.21.4 diff --git a/tests/basic/go.mod b/tests/basic/go.mod index 65607de5..9f1afea6 100644 --- a/tests/basic/go.mod +++ b/tests/basic/go.mod @@ -1,6 +1,6 @@ module github.com/go-surreal/som/tests/basic -go 1.21.1 +go 1.21.4 replace github.com/go-surreal/som => ../../