Skip to content

Commit

Permalink
Merge pull request #31 from sapcc/use_go_1_23
Browse files Browse the repository at this point in the history
Use go 1.23
  • Loading branch information
jknipper authored Sep 3, 2024
2 parents efd3728 + 39e2585 commit e504641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.6
go-version: 1.23.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/sapcc/digicert-issuer

go 1.22.0

toolchain go1.23.0
go 1.23.0

require (
github.com/cert-manager/cert-manager v1.15.3
Expand Down

0 comments on commit e504641

Please sign in to comment.