Skip to content

Commit

Permalink
Bump project Go version to 1.22.6
Browse files Browse the repository at this point in the history
The latest version of the project's `github.com/gohugoio/hugo` tool dependency specifies a minimum compatible Go version
of 1.22.6. So this is now the standardized version of Go for use with this project.
  • Loading branch information
per1234 committed Aug 23, 2024
1 parent f34a641 commit a4de818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vars:
# Path of the project's primary NPM package (the location of package.json):
DEFAULT_NPM_PACKAGE_PATH: ./
# The Go version used for project development.
GO_VERSION: 1.21
GO_VERSION: 1.22
# Last version of ajv-cli with support for the JSON schema "Draft 4" specification
SCHEMA_DRAFT_4_AJV_CLI_VERSION: 3.3.0

Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/per1234/inoplatforms

go 1.21.0
go 1.22.6

require (
github.com/editorconfig-checker/editorconfig-checker v0.0.0-20231010092335-16848f20ad57
github.com/go-task/task/v3 v3.38.0
Expand Down

0 comments on commit a4de818

Please sign in to comment.