Skip to content

Commit

Permalink
Bump go.mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Sep 6, 2024
1 parent 91c68ac commit f6bc92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ "1.19", "1.20" ]
go: [ "1.20", "1.21", "1.22", "1.23" ]
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
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/wabarc/archive.is

go 1.19
go 1.20

require (
github.com/PuerkitoBio/goquery v1.9.2
Expand Down

0 comments on commit f6bc92e

Please sign in to comment.