Skip to content

Commit

Permalink
Build with Go 1.21 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Oct 14, 2023
1 parent 292222c commit cf57bb2
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: '^1.20.0'
go-version: '^1.21.0'
- name: Tests
run: "go test -race -coverprofile='coverage.txt' -covermode=atomic -v ./gpg/"
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
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/LeSuisse/vault-gpg-plugin

go 1.20
go 1.21

require (
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1
Expand Down
Loading

0 comments on commit cf57bb2

Please sign in to comment.