diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0f0fb0e..431b158 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.19 + - name: Set up Go 1.20 uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.20 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8582e2..d123a24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup GO uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.20 - name: Build project env: CGO_ENABLED: "0" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e12059..e64ef41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ stages: - deploy variables: - VMSHED_VERSION: v0.20.1 - GO_VERSION: "1.19" + VMSHED_VERSION: v0.22.0 + GO_VERSION: "1.20" BUILD_HELPERS_VERSION: cad23b57db14b7676808fa645c4561bc66c3e204 prepare-bins: diff --git a/go.mod b/go.mod index 69fa7c4..5806097 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/LINBIT/virter -go 1.19 +go 1.20 require ( github.com/BurntSushi/toml v1.4.0