Skip to content

Commit

Permalink
go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
rayfordj committed Jul 18, 2024
1 parent 978f717 commit 8148281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 377 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: Check out source code
uses: actions/checkout@v2
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/konveyor/crane

go 1.17
go 1.21

require (
github.com/backube/pvc-transfer v0.0.0-20220718185428-1d2440958552
Expand Down
Loading

0 comments on commit 8148281

Please sign in to comment.