From ee2f6e08c60439e895ade88df24d08d42eddef77 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Mon, 8 Apr 2024 23:28:49 +0200 Subject: [PATCH] Update to go1.22 --- .github/workflows/test.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 10208dd..6e44071 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ name: CI on: [push, pull_request] env: - GO_VERSION: '~1.21' + GO_VERSION: '~1.22' GO_STABLE: 'true' NODE_VERSION: 18 diff --git a/go.mod b/go.mod index 641db30..0366979 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/FAU-CDI/wisski-distillery -go 1.21.3 +go 1.22.2 require ( github.com/FAU-CDI/wdresolve v0.0.0-20230108072141-c9c6779d7c41