Skip to content

Commit

Permalink
Merge pull request #60 from k1LoW/set-oldstable
Browse files Browse the repository at this point in the history
Set latest oldstable version
  • Loading branch information
k1LoW authored Jul 1, 2024
2 parents 95d5171 + a4e729c commit e4f1b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Run lint
uses: reviewdog/action-golangci-lint@v2

- name: Check oldstable
uses: k1LoW/oldstable@v1

- name: Run tests
run: make ci

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/k1LoW/httpstub

go 1.21.0
go 1.21.11

require (
github.com/golang/mock v1.6.0
Expand Down

0 comments on commit e4f1b9a

Please sign in to comment.