-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hof/chore: update a number of versions (#275)
- Loading branch information
Showing
12 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,15 @@ jobs: | |
- run: |- | ||
mkdir tmp | ||
cd tmp | ||
wget https://github.com/cue-lang/cue/releases/download/v0.5.0-beta.5/cue_v0.5.0-beta.5_linux_amd64.tar.gz -O cue.tar.gz | ||
wget https://github.com/cue-lang/cue/releases/download/v0.6.0/cue_v0.6.0_linux_amd64.tar.gz -O cue.tar.gz | ||
tar -xf cue.tar.gz | ||
sudo mv cue /usr/local/bin/cue | ||
cd ../ | ||
rm -rf tmp | ||
- name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.x | ||
go-version: 1.21.x | ||
- uses: actions/cache@v3 | ||
with: | ||
path: |- | ||
|
@@ -50,14 +50,14 @@ jobs: | |
run: go install ./cmd/hof | ||
- name: Setup | ||
run: |- | ||
hof fmt start [email protected]-beta.12 | ||
hof fmt start [email protected] | ||
cd docs | ||
hof mod link | ||
make tools | ||
make deps | ||
- name: Test | ||
run: |- | ||
hof fmt start [email protected]-rc.5 | ||
hof fmt start [email protected] | ||
cd docs | ||
make gen | ||
make test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
go: | ||
- 1.19.x | ||
- 1.20.x | ||
- 1.21.x | ||
os: | ||
- ubuntu-latest | ||
- macos-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,15 +30,15 @@ jobs: | |
- run: |- | ||
mkdir tmp | ||
cd tmp | ||
wget https://github.com/cue-lang/cue/releases/download/v0.5.0-beta.5/cue_v0.5.0-beta.5_linux_amd64.tar.gz -O cue.tar.gz | ||
wget https://github.com/cue-lang/cue/releases/download/v0.6.0/cue_v0.6.0_linux_amd64.tar.gz -O cue.tar.gz | ||
tar -xf cue.tar.gz | ||
sudo mv cue /usr/local/bin/cue | ||
cd ../ | ||
rm -rf tmp | ||
- name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.x | ||
go-version: 1.21.x | ||
- uses: actions/cache@v3 | ||
with: | ||
path: |- | ||
|
@@ -67,7 +67,7 @@ jobs: | |
run: go install ./cmd/hof | ||
- name: Setup | ||
run: |- | ||
hof fmt start [email protected]-beta.12 | ||
hof fmt start [email protected] | ||
cd docs | ||
hof mod link | ||
make tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Steps: { | |
|
||
cue: { | ||
install: { | ||
#ver: string | *"v0.5.0-beta.5" | ||
#ver: string | *"v0.6.0" | ||
run: """ | ||
mkdir tmp | ||
cd tmp | ||
|
@@ -206,7 +206,7 @@ Steps: { | |
setup: { | ||
name: "Setup" | ||
run: """ | ||
hof fmt start [email protected]-beta.12 | ||
hof fmt start [email protected] | ||
cd docs | ||
hof mod link | ||
make tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ ghacue.#Workflow & { | |
{ | ||
name: "Test" | ||
run: """ | ||
hof fmt start [email protected]-rc.5 | ||
hof fmt start [email protected] | ||
cd docs | ||
make gen | ||
make test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
set -eou pipefail | ||
|
||
HUGO_VER="0.111.3" | ||
CUE_VER="v0.5.0-beta.5" | ||
CUE_VER="v0.6.0" | ||
|
||
mkdir tmp | ||
pushd tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters