Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
mysql: ['mysql:8']
go: ['1.22', '1']
go: ['1.23', '1']
Comment thread
echarrod marked this conversation as resolved.
Comment thread
echarrod marked this conversation as resolved.

services:
mysql:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/luno/shift

go 1.21

toolchain go1.22.6
go 1.24

require (
github.com/luno/jettison v0.0.0-20240722160230-b42bd507a5f6
Expand Down