Skip to content

Commit

Permalink
update go version and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimiceli committed Mar 28, 2023
1 parent e80bc18 commit cebe24e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.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@v2
with:
go-version: 1.19
go-version: "1.20"

- name: cache go modules
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/orange-cloudfoundry/boshupdate_exporter

go 1.19
go 1.20

require (
github.com/Masterminds/semver v1.5.0
Expand Down

0 comments on commit cebe24e

Please sign in to comment.