Skip to content

Commit

Permalink
Upgrade to go 1.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Klues <[email protected]>
  • Loading branch information
klueska committed Sep 7, 2024
1 parent abc52cf commit 3d48269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GOLANG_VERSION ?= 1.22.6
GOLANG_VERSION ?= 1.23.1

DRIVER_NAME := dra-example-driver
MODULE := sigs.k8s.io/$(DRIVER_NAME)
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 sigs.k8s.io/dra-example-driver

go 1.22.2
go 1.23.1

require (
github.com/google/uuid v1.6.0
Expand Down

0 comments on commit 3d48269

Please sign in to comment.