Skip to content

Commit 82df973

Browse files
committed
.github: update go version and remove debug statements
1 parent 186be0a commit 82df973

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/core.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,15 @@ jobs:
3737
- name: Install Go
3838
uses: actions/setup-go@v5
3939
with:
40-
go-version: '1.23.4'
40+
go-version: '1.24.5'
4141

4242
- name: Install Core
4343
run: go install cogentcore.org/core@main
4444

4545
- name: Build App
4646
run: |
4747
go install golang.org/dl/gotip@latest
48-
echo "installed"
4948
gotip download
50-
echo "downloaded"
5149
echo "GOROOT=$HOME/sdk/gotip" >> $GITHUB_ENV
5250
echo "$HOME/sdk/gotip/bin:$PATH" >> $GITHUB_PATH
5351
core build web -o static

0 commit comments

Comments
 (0)