From 1b084eea86f885694a6ad09f8473b26851568a3c Mon Sep 17 00:00:00 2001 From: Tinyblargon <76069640+Tinyblargon@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:49:57 +0200 Subject: [PATCH] chore: bump go version to 1.21 --- .github/workflows/go.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bfab1aa5..57847e36 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.19' + go-version: '1.21' check-latest: true - name: Verify dependencies diff --git a/go.mod b/go.mod index 6b14fb69..8edf8e4b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Telmate/proxmox-api-go -go 1.19 +go 1.21 require ( github.com/joho/godotenv v1.5.1