diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 190a261..f0e0ba4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: - package-ecosystem: gomod directory: / - target-branch: develop + target-branch: master labels: - gomod schedule: @@ -11,7 +11,7 @@ updates: day: friday - package-ecosystem: github-actions directory: / - target-branch: develop + target-branch: master labels: - github schedule: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87a7fe2..3a947b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: setup golang uses: actions/setup-go@v5 with: - go-version: ^1.22 + go-version: ^1.23 - name: golangci-lint uses: golangci/golangci-lint-action@v5 - name: goreleaser-check @@ -42,7 +42,7 @@ jobs: - name: setup golang uses: actions/setup-go@v5 with: - go-version: ^1.22 + go-version: ^1.23 - name: tests-only if: ${{ github.event_name == 'pull_request' }} run: make test @@ -67,7 +67,7 @@ jobs: - name: setup golang uses: actions/setup-go@v5 with: - go-version: ^1.22 + go-version: ^1.23 - name: init codeql uses: github/codeql-action/init@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c799865..e065861 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: set up golang uses: actions/setup-go@v5 with: - go-version: ^1.22 + go-version: ^1.23 - name: build uses: goreleaser/goreleaser-action@v5 with: