Skip to content

Commit

Permalink
Prepare CI
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed Jul 6, 2024
1 parent 81ebd0e commit 38fe8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/eliatra/go-aes-gcm

go 1.20.0
go 1.20

require golang.org/x/crypto v0.25.0

0 comments on commit 38fe8e6

Please sign in to comment.