Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,7 +28,7 @@ jobs:
- name: set up
uses: actions/setup-go@v3
with:
go-version: '1.26.5' # matches the toolchain directive; clears Go stdlib CVEs in the audit
go-version: "1.27.0"

- name: checkout
uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
module github.com/codefly-dev/core

go 1.25.12

toolchain go1.26.6
go 1.27.0

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1
Expand Down
Loading