Skip to content

Commit

Permalink
Also support Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Sep 2, 2023
1 parent ec0877d commit 00a95cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: ['1.21.x']
go-version: [1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/cache@v2
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/xyproto/algernon

go 1.20
go 1.19

require (
github.com/caddyserver/certmagic v0.19.2
Expand Down

0 comments on commit 00a95cf

Please sign in to comment.