From 363ea8816bc1f3501c9e4176a0b3d94953ff29f7 Mon Sep 17 00:00:00 2001 From: abtreece Date: Fri, 15 Dec 2023 20:46:20 -0600 Subject: [PATCH] Update Go version from 1.19.5 to latest 1.20 --- .github/workflows/integration-tests.yml | 2 +- .tool-versions | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2dce5f885..60d6430e8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -71,7 +71,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.19.5 + go-version: 1.20.12 - name: Build and Install run: | diff --git a/.tool-versions b/.tool-versions index 58b446162..8c42f234e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.19.5 +golang 1.20.12 diff --git a/go.mod b/go.mod index 065c3fb66..0d870eb11 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/abtreece/confd -go 1.19 +go 1.20 require ( github.com/BurntSushi/toml v1.3.2