Skip to content

Commit

Permalink
bump go version to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Jul 10, 2024
1 parent 0ab8328 commit b99d8d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/LINBIT/virter

go 1.19
go 1.20

require (
github.com/BurntSushi/toml v1.4.0
Expand Down

0 comments on commit b99d8d4

Please sign in to comment.