From b1e46748fbfb0373efd609a47117f92bc9fe2564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=CC=88l=20Ga=CC=88hwiler?= Date: Tue, 20 Feb 2024 09:44:16 +0100 Subject: [PATCH] updated go --- .github/workflows/test.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e01812aa..a3b586c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Install uses: actions/setup-go@v4 with: - go-version: "1.19" + go-version: "1.20" - name: Checkout uses: actions/checkout@v3 - name: Prepare diff --git a/go.mod b/go.mod index b0811a25..554896b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/256dpi/fire -go 1.19 +go 1.20 require ( dario.cat/mergo v1.0.0