Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpett committed Sep 16, 2023
1 parent d842ecd commit 4e3e752
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*

env:
GO_VERSION: '1.18'
GO_VERSION: '1.20'

# Request permissions to write (edit, create) new releases
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:

env:
GO_VERSION: '1.18'
GO_VERSION: '1.20'

jobs:
build-and-test:
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/carlpett/terraform-provider-sops

go 1.17
go 1.20

require (
github.com/getsops/sops/v3 v3.8.0
Expand Down

0 comments on commit 4e3e752

Please sign in to comment.