We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186be0a commit 82df973Copy full SHA for 82df973
1 file changed
.github/workflows/core.yml
@@ -37,17 +37,15 @@ jobs:
37
- name: Install Go
38
uses: actions/setup-go@v5
39
with:
40
- go-version: '1.23.4'
+ go-version: '1.24.5'
41
42
- name: Install Core
43
run: go install cogentcore.org/core@main
44
45
- name: Build App
46
run: |
47
go install golang.org/dl/gotip@latest
48
- echo "installed"
49
gotip download
50
- echo "downloaded"
51
echo "GOROOT=$HOME/sdk/gotip" >> $GITHUB_ENV
52
echo "$HOME/sdk/gotip/bin:$PATH" >> $GITHUB_PATH
53
core build web -o static
0 commit comments