Skip to content

Commit

Permalink
Increase required Go version from 1.20 to 1.21
Browse files Browse the repository at this point in the history
Needed for slog.Logger.

Signed-off-by: James Pond <[email protected]>
  • Loading branch information
jamesponddotco committed Jan 21, 2024
1 parent d82367b commit 11ef788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 'Setup Go environment'
uses: 'actions/setup-go@v4'
with:
go-version: '>=1.20.6'
go-version: '>=1.21.6'

- name: 'Run tests'
run: 'make test'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 'Setup Go environment'
uses: 'actions/setup-go@v4'
with:
go-version: '>=1.20.6'
go-version: '>=1.21.6'

- name: 'Download project dependencies'
run: 'make init'
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 git.sr.ht/~jamesponddotco/bunnystorage-go

go 1.20
go 1.21

require (
git.sr.ht/~jamesponddotco/httpx-go v0.0.0-20230427215504-7c26a7f028e7
Expand Down

0 comments on commit 11ef788

Please sign in to comment.