1
0
mirror of https://github.com/fumiama/go-nd-portal.git synced 2026-06-10 19:40:23 +08:00

chore: update ci version

This commit is contained in:
源文雨
2025-05-18 21:08:36 +09:00
parent 7b844523eb
commit 81957d1c29

View File

@@ -14,16 +14,16 @@ jobs:
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@master
with:
go-version: "1.24"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Cache Go
id: cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ~/go/pkg/mod