Skip to content

Commit

Permalink
Update to Go version 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekjarosik committed Oct 26, 2024
1 parent d3e021b commit 2d56c58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.23'

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
check-latest: true
- uses: goreleaser/goreleaser-action@v5
id: run-goreleaser
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module github.com/macvmio/geranos

go 1.22
go 1.23

require (
github.com/docker/cli v26.0.0+incompatible
github.com/google/go-containerregistry v0.19.1
github.com/klauspost/compress v1.17.7
github.com/magiconair/properties v1.8.7
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
Expand All @@ -25,6 +24,7 @@ require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
Expand Down

0 comments on commit 2d56c58

Please sign in to comment.