-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to GO 1.21.3 Signed-off-by: Faisal Memon <fymemon@yahoo.com> * update version in workflows Signed-off-by: Faisal Memon <fymemon@yahoo.com> * Update to go 1.21.4 Signed-off-by: Faisal Memon <fymemon@yahoo.com> * Update to Go 1.21.4 Signed-off-by: Faisal Memon <fymemon@yahoo.com> * Accidental checked in file Signed-off-by: Faisal Memon <fymemon@yahoo.com> * Update go sum * Update .go-version to 1.21.5 Signed-off-by: Faisal Memon <fymemon@yahoo.com> * Update pr_build.yaml to 1.21.5 Signed-off-by: Faisal Memon <fymemon@yahoo.com> * Update release_build.yaml to 1.21.5 Signed-off-by: Faisal Memon <fymemon@yahoo.com> * Fix go.sum --------- Signed-off-by: Faisal Memon <fymemon@yahoo.com> Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
- Loading branch information
1 parent
c86aaa3
commit c09f004
Showing
5 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
- 'v[0-9].[0-9]+.[0-9]+' | ||
|
||
env: | ||
GO_VERSION: 1.20.5 | ||
GO_VERSION: 1.21.5 | ||
|
||
jobs: | ||
build-matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.20.5 | ||
1.21.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/spiffe/spiffe-helper | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/hashicorp/hcl v1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters