Skip to content

Commit ef890ca

Browse files
committed
(f: Use Go modules system to manage Gon tool dependency)
1 parent d2f6dec commit ef890ca

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ jobs:
111111
- name: Checkout repository
112112
uses: actions/checkout@v5
113113

114+
- name: Install Go
115+
uses: actions/setup-go@v6
116+
with:
117+
go-version-file: go.mod
118+
114119
- name: Download artifacts
115120
uses: actions/download-artifact@v6
116121
with:

.github/workflows/release-go-task.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ jobs:
111111
- name: Checkout repository
112112
uses: actions/checkout@v5
113113

114+
- name: Install Go
115+
uses: actions/setup-go@v6
116+
with:
117+
go-version-file: go.mod
118+
114119
- name: Download artifacts
115120
uses: actions/download-artifact@v6
116121
with:

0 commit comments

Comments
 (0)