Skip to content

Commit

Permalink
Merge pull request #15 from wneessen/fix-deps
Browse files Browse the repository at this point in the history
Update Go versions in CI and go.mod
  • Loading branch information
wneessen authored Feb 24, 2025
2 parents ba00bef + a7718b3 commit c4e27e3
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.20', '1.21', '1.22', '1.23', '1.24']
go: ['1.21', '1.22', '1.23', '1.24']
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

module github.com/wneessen/iocrypter

go 1.20
go 1.23.0

toolchain go1.24.0

require golang.org/x/crypto v0.34.0

Expand Down

0 comments on commit c4e27e3

Please sign in to comment.