diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 776df47..fcbb273 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -20,7 +20,6 @@ jobs: runs-on: ubuntu-latest env: DART_SASS_VERSION: 1.97.1 - GO_VERSION: 1.25.5 HUGO_VERSION: 0.154.0 NODE_VERSION: 24.12.0 TZ: Asia/Ho_Chi_Minh @@ -30,11 +29,6 @@ jobs: with: submodules: recursive fetch-depth: 0 - - name: Setup Go - uses: actions/setup-go@v6 - with: - go-version: ${{ env.GO_VERSION }} - cache: false - name: Setup Node.js uses: actions/setup-node@v6 with: @@ -61,7 +55,6 @@ jobs: - name: Verify installations run: | echo "Dart Sass: $(sass --version)" - echo "Go: $(go version)" echo "Hugo: $(hugo version)" echo "Node.js: $(node --version)" - name: Install Node.js dependencies diff --git a/netlify.toml b/netlify.toml index b451dd9..c15da50 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,5 @@ [build.environment] DART_SASS_VERSION = "1.97.1" -GO_VERSION = "1.25.5" HUGO_VERSION = "0.154.0" NODE_VERSION = "24.12.0" TZ = "Asia/Ho_Chi_Minh"