Skip to content

Commit

Permalink
Update to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Feb 7, 2024
1 parent c9f9b2b commit d5cd261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: '1.21.x'
go-version: '1.22.x'
- name: Checkout code
uses: actions/checkout@v1
- name: Lint
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/cozy/prosemirror-go

go 1.20
go 1.21

require (
github.com/stretchr/testify v1.8.4
Expand Down

0 comments on commit d5cd261

Please sign in to comment.