Skip to content

Commit

Permalink
Upgrade Toolchain (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Jul 9, 2024
1 parent c809b9a commit a2864f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags-ignore:
- '*'
env:
GO_VERSION: 1.22.1
GO_VERSION: 1.22.5
jobs:
Coverage:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened
- ready_for_review
env:
GO_VERSION: 1.22.1
GO_VERSION: 1.22.5
jobs:
Static:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn Core

type: application

version: v0.1.58
appVersion: v0.1.58
version: v0.1.59
appVersion: v0.1.59

icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg

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/unikorn-cloud/core

go 1.22.1
go 1.22.5

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

0 comments on commit a2864f1

Please sign in to comment.