Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamess-Lucass committed May 22, 2024
1 parent e3bb6e6 commit 50f3d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: test

on:
push:
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -13,7 +12,7 @@ jobs:
go-version: ["1.20.x", "1.21.x"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion module/gorm/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/goatquery/goatquery-go/module/gorm

go 1.22.0
go 1.22

require (
github.com/glebarez/sqlite v1.11.0
Expand Down

0 comments on commit 50f3d15

Please sign in to comment.