Skip to content

Commit

Permalink
build: update go to 1.21.4 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbinz authored Nov 13, 2023
1 parent fd4ccef commit 52be647
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang 1.21.3
golang 1.21.4
task 3.28.0
golangci-lint 1.55.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<a href="https://go.dev/doc/devel/release">
<img src="https://img.shields.io/badge/go-1.21.1-informational" alt="Go 1.21.1">
<img src="https://img.shields.io/badge/go-1.21.4-informational" alt="Go 1.21.4">
</a>
<a href="https://goreportcard.com/report/github.com/go-surreal/som">
<img src="https://goreportcard.com/badge/github.com/go-surreal/som" alt="Go Report Card">
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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/go-surreal/som

go 1.21.1
go 1.21.4

require (
github.com/dave/jennifer v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.21.1
go 1.21.4

toolchain go1.21.1
toolchain go1.21.4

use (
.
Expand Down
2 changes: 1 addition & 1 deletion tests/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21.1
golang 1.21.4
2 changes: 1 addition & 1 deletion tests/basic/go.mod
Original file line number Diff line number Diff line change
@@ -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 => ../../

Expand Down

0 comments on commit 52be647

Please sign in to comment.