Skip to content

Commit

Permalink
auto generate runtime yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird authored and github-actions[bot] committed Sep 11, 2024
1 parent 35bf93a commit 924b365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions yaml/Language/go/1.22.5/1.22.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ metadata:
spec:
classRef: go
config:
image: ghcr.io/labring-actions/devbox/go-1.22.5:f59e2a
image: ghcr.io/labring-actions/devbox/go-1.22.5:35bf93
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
user: sealos
description: go 1.22.5
version: 1.22.5
version: "1.22.5"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
Expand Down
4 changes: 2 additions & 2 deletions yaml/Language/go/1.23.0/1.23.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ metadata:
spec:
classRef: go
config:
image: ghcr.io/labring-actions/devbox/go-1.23.0:f59e2a
image: ghcr.io/labring-actions/devbox/go-1.23.0:35bf93
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
user: sealos
description: go 1.23.0
version: 1.23.0
version: "1.23.0"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
Expand Down

0 comments on commit 924b365

Please sign in to comment.