Skip to content

Commit

Permalink
Update to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed May 3, 2024
1 parent 6346f6e commit 979efce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Run make check
run: |
tools/ci-build.sh
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module vmiklos.hu/go/cpm

go 1.21
go 1.22

require (
github.com/mattn/go-sqlite3 v1.14.22
Expand Down

0 comments on commit 979efce

Please sign in to comment.