Skip to content

Commit

Permalink
fix: add golang version and string in yaml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien committed May 21, 2023
1 parent 00c7a73 commit 2efbf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- id: get_version
Expand Down
2 changes: 1 addition & 1 deletion hack/provider/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ options:

SCW_DISK_SIZE:
description: The disk size in GB.
default: 150
default: "150"

SCW_IMAGE:
description: The disk image to use.
Expand Down

0 comments on commit 2efbf5c

Please sign in to comment.