From 5a10e7b88c78f857d7c951cf6d96500d130e112b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matczuk?= Date: Wed, 20 Nov 2024 11:43:24 +0100 Subject: [PATCH] chore: bump go version --- .version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index f67bf2eb..d376f58d 100644 --- a/.version +++ b/.version @@ -1,4 +1,4 @@ -GO_VERSION=1.23.2 +GO_VERSION=1.23.3 X_TOOLS_VERSION=v0.15.0 GOLANGCI_LINT_VERSION=v1.60.3 diff --git a/go.mod b/go.mod index 0521f101..4d1ee772 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/saucelabs/forwarder -go 1.23.1 +go 1.23.3 require ( github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d