Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 31, 2024
1 parent 9903642 commit 4ed24df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
go-version: '1.22'

- name: Install Core
run: go install cogentcore.org/core/cmd/core@main
run: go install cogentcore.org/core/cmd/core@ee1e9ac6d3856994fc1f9b36acd140d2a200d13e

- name: Build App
run: core build web -o static
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/cogentcore/cogentcore.github.io

go 1.22

require cogentcore.org/core v0.3.1-0.20240727050238-08b1ceda72fc
require cogentcore.org/core v0.3.1-0.20240731060517-ee1e9ac6d385

require (
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cogentcore.org/core v0.3.1-0.20240727050238-08b1ceda72fc h1:uui7/eMWu6hxbzWl8UWtGP1Im164jgMROp2VXR8ScFo=
cogentcore.org/core v0.3.1-0.20240727050238-08b1ceda72fc/go.mod h1:CynMe+SuwDH//C3i/FkqWbEQXZnXN4As6ljFkin1szQ=
cogentcore.org/core v0.3.1-0.20240731060517-ee1e9ac6d385 h1:XMaDDZDM+PjMAdSErcsdQhJUSVZhex9ohxNNy1AMPqE=
cogentcore.org/core v0.3.1-0.20240731060517-ee1e9ac6d385/go.mod h1:CynMe+SuwDH//C3i/FkqWbEQXZnXN4As6ljFkin1szQ=
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4 h1:6lx9xzJAhdjq0LvVfbITeC3IH9Fzvo1aBahyPu2FuG8=
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4/go.mod h1:FChzXi1izqzdPb6BiNZmcZLGyTYiT61iGx9Rxx9GNeI=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down

0 comments on commit 4ed24df

Please sign in to comment.