Skip to content

Commit

Permalink
Drop support for go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Apr 28, 2023
1 parent e4a16e0 commit 2a2effd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.20' ]
go: [ '1.20' ]
name: Go ${{ matrix.go }}
steps:
- name: Clone feature branch
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/wetware/casm

go 1.19
go 1.20

require (
capnproto.org/go/capnp/v3 v3.0.0-alpha.28
Expand Down

0 comments on commit 2a2effd

Please sign in to comment.