diff --git a/Makefile b/Makefile index 494b49e9ae..5c7eae416f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ gofumpt := mvdan.cc/gofumpt@v0.5.0 gosimports := github.com/rinchsan/gosimports/cmd/gosimports@v0.3.8 -golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 +golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 asmfmt := github.com/klauspost/asmfmt/cmd/asmfmt@v1.3.2 # sync this with netlify.toml! -hugo := github.com/gohugoio/hugo@v0.112.5 +hugo := github.com/gohugoio/hugo@v0.115.2 # Make 3.81 doesn't support '**' globbing: Set explicitly instead of recursion. all_sources := $(wildcard *.go */*.go */*/*.go */*/*/*.go */*/*/*.go */*/*/*/*.go) diff --git a/internal/integration_test/vs/wasmedge/go.mod b/internal/integration_test/vs/wasmedge/go.mod index b1798d093c..69c732b050 100644 --- a/internal/integration_test/vs/wasmedge/go.mod +++ b/internal/integration_test/vs/wasmedge/go.mod @@ -3,7 +3,7 @@ module github.com/tetratelabs/wazero/internal/integration_test/vs/wasmedge go 1.18 require ( - github.com/second-state/WasmEdge-go v0.12.0 + github.com/second-state/WasmEdge-go v0.12.1 github.com/tetratelabs/wazero v0.0.0 ) diff --git a/internal/integration_test/vs/wasmedge/go.sum b/internal/integration_test/vs/wasmedge/go.sum index 93b87823df..4241498b65 100644 --- a/internal/integration_test/vs/wasmedge/go.sum +++ b/internal/integration_test/vs/wasmedge/go.sum @@ -1,2 +1,2 @@ -github.com/second-state/WasmEdge-go v0.12.0 h1:CJFH/rwZMXIX/UeX4CRUzbcTUlXJfFNZTm3wiZ0Ck+8= -github.com/second-state/WasmEdge-go v0.12.0/go.mod h1:HyBf9hVj1sRAjklsjc1Yvs9b5RcmthPG9z99dY78TKg= +github.com/second-state/WasmEdge-go v0.12.1 h1:rIRiRF35+8CtcYTsiW4KfFNIh3faRb3LoG2c7cCqQyI= +github.com/second-state/WasmEdge-go v0.12.1/go.mod h1:HyBf9hVj1sRAjklsjc1Yvs9b5RcmthPG9z99dY78TKg= diff --git a/netlify.toml b/netlify.toml index 6c4751a153..1ba638bfe9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.112.5" + HUGO_VERSION = "0.115.2" [context.production] command = "git submodule update --init && hugo --gc --minify"