Skip to content

ci: avoid setup-go cache deprecation warning#133

Merged
vuon9 merged 1 commit into
mainfrom
khoa/remove-setup-go-cache
Jun 12, 2026
Merged

ci: avoid setup-go cache deprecation warning#133
vuon9 merged 1 commit into
mainfrom
khoa/remove-setup-go-cache

Conversation

@vuon9

@vuon9 vuon9 commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove setup-go built-in caching so CI no longer invokes the deprecated Node 20 actions/cache/restore@v4 helper
  • keep the explicit Bun dependency cache on actions/cache@v5.0.5

Verification

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/ci.yml"); puts "yaml ok"'\n- rg -n "cache: true|cache-dependency-path|FORCE_JAVASCRIPT_ACTIONS_TO_NODE24|actions/cache" .github/workflows/ci.yml shows only explicit actions/cache@v5.0.5 usages

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage

Package Line Rate Health
devtoolbox/internal/barcode 93%
devtoolbox/internal/codeformatter 80%
devtoolbox/internal/converter 65%
devtoolbox/internal/datagenerator 81%
devtoolbox/internal/datetimeconverter 75%
devtoolbox/internal/jwt 47%
devtoolbox/internal/numberconverter 98%
devtoolbox/internal/settings 0%
devtoolbox/internal/themes 0%
Summary 70% (3726 / 5294)

Minimum allowed line rate is 60%

@vuon9 vuon9 merged commit 5730961 into main Jun 12, 2026
6 checks passed
@vuon9 vuon9 deleted the khoa/remove-setup-go-cache branch June 12, 2026 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant