Skip to content

Commit

Permalink
fix: use go 1.20 in gh actions
Browse files Browse the repository at this point in the history
- Also, require 1.20 in our go.mod

Authored-by: Steve Taylor <[email protected]>
  • Loading branch information
staylor14 committed Apr 5, 2023
1 parent c7c22d2 commit 5146028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.20

-
name: Build
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/pivotal-cf/winfs-injector

go 1.17
go 1.20

require (
code.cloudfoundry.org/hydrator v0.0.0-20210324201039-2c509f8fe2c4
Expand Down

0 comments on commit 5146028

Please sign in to comment.