Skip to content

Commit

Permalink
ci: upgrade go version from 1.22 to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Sep 15, 2024
1 parent 683ef05 commit 39e4913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main

env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
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/cerberauth/openapi-oathkeeper

go 1.22
go 1.23

require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
Expand Down

0 comments on commit 39e4913

Please sign in to comment.