Skip to content

Commit

Permalink
Update Go to 1.22.1 (spiffe#4970)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <[email protected]>
  • Loading branch information
rturner3 authored Mar 21, 2024
1 parent 439d336 commit 6e1bfc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types:
- checks_requested
env:
GO_VERSION: 1.21.8
GO_VERSION: 1.22.1
permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v[0-9].[0-9]+.[0-9]+'
env:
GO_VERSION: 1.21.8
GO_VERSION: 1.22.1
jobs:
cache-deps:
name: cache-deps (linux)
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.8
1.22.1
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/spiffe/spire

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.1.6
Expand Down

0 comments on commit 6e1bfc4

Please sign in to comment.