Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/github.com/go-playgr…
Browse files Browse the repository at this point in the history
…ound/validator/v10-10.15.3
  • Loading branch information
jfk9w committed Sep 2, 2023
2 parents 2d06f9b + 67a7847 commit a3bcfc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [ push, pull_request_target, workflow_dispatch ]
on: [ push, workflow_dispatch ]

jobs:
test:
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/jfk9w-go/based

go 1.21.0
go 1.21

toolchain go1.21.0

require (
github.com/go-playground/validator/v10 v10.15.3
Expand Down

0 comments on commit a3bcfc1

Please sign in to comment.