Skip to content

Commit

Permalink
downgraded Go version requirement
Browse files Browse the repository at this point in the history
golang.org/x/sys v0.11.0 is available in Go 1.18
  • Loading branch information
pilinux committed Aug 18, 2023
1 parent a45e8ca commit 1e14302
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.18
- run: go version

- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.18
- run: go version

- name: Checkout repository
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/pilinux/argon2

go 1.21
go 1.18

require (
golang.org/x/crypto v0.12.0
Expand Down

0 comments on commit 1e14302

Please sign in to comment.