From cebe24ea07e245e0df8d8c34571876d68b0479fe Mon Sep 17 00:00:00 2001 From: Mario Di Miceli Date: Tue, 28 Mar 2023 10:31:24 +0200 Subject: [PATCH] update go version and bump dependencies --- .github/workflows/goreleaser.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 9a8a10bc..6d69f65e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -22,7 +22,7 @@ jobs: - name: set up go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: "1.20" - name: cache go modules uses: actions/cache@v1 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index d9df7b8f..e8e56fae 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -16,7 +16,7 @@ jobs: - name: set up go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: "1.20" - name: cache go modules uses: actions/cache@v1 diff --git a/go.mod b/go.mod index dd909079..11eb289f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/orange-cloudfoundry/boshupdate_exporter -go 1.19 +go 1.20 require ( github.com/Masterminds/semver v1.5.0