Skip to content

Commit dce0f96

Browse files
committed
update ci file
1 parent 61a9f03 commit dce0f96

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.19
19+
go-version-file: './go.mod'
2020

2121
- name: Build
2222
run: go build -v ./...

examples/ent/migrate/migrate.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module ariga.io/sqlcomment
22

3-
go 1.24
3+
go 1.23.0
4+
5+
toolchain go1.24.3
46

57
require (
68
entgo.io/ent v0.14.4

0 commit comments

Comments
 (0)