Skip to content

Commit

Permalink
Merge branch 'master' into trying-to-add-some-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt authored Jul 22, 2024
2 parents 92cd428 + e8729a3 commit 6eb070e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/go:1.20.7
- image: cimg/go:1.22.3
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV

# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
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/Gaardsholt/go-gitguardian

go 1.20
go 1.22

require (
github.com/getkin/kin-openapi v0.114.0
Expand Down

0 comments on commit 6eb070e

Please sign in to comment.