Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# three things are true: 1) the golangci-lint version below can lint it, 2)
# actions/setup-go can install it, and 3) Docker Hub has published images for
# it.
go 1.27.0
go 1.27.1

# The latest air that may be considered.
go:github.com/air-verse/air 1.67.4
Expand Down
4 changes: 2 additions & 2 deletions .versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"go": {
"$comment": "The latest Go that builds may consider. For this version to be present here, three things are true: 1) the golangci-lint version below can lint it, 2) actions/setup-go can install it, and 3) Docker Hub has published images for it.",
"url": "https://go.dev/doc/devel/release#go1.27.0",
"version": "1.27.0"
"url": "https://go.dev/doc/devel/release#go1.27.1",
"version": "1.27.1"
},
"go:github.com/air-verse/air": {
"$comment": "The latest air that may be considered.",
Expand Down
Loading