From 5ecf1114f93b19485cbba34f1976722676c01a64 Mon Sep 17 00:00:00 2001 From: Jeyvian <117579078+PeanutBrrutter@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:40:22 +0800 Subject: [PATCH] Update example.yml --- .github/workflows/example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 1010921..1553a5c 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -31,7 +31,7 @@ jobs: #go mod init calc # for go mod. If we use go build, it will do the same for the 3 lines. go mod tidy go get github.com/franela/goblin - go get golang.org/x/tools/cmd/godoc + go get golang.org/x/tools/cmd/godoc@latest ls - name: Decrypt Firebase JSON