File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : " 1.25.1"
19+ go-version : " 1.25.0"
20+ - run : go install go.uber.org/mock/mockgen@latest
2021
2122 - name : Cache Go modules
2223 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1515 uses : actions/setup-go@v5
1616 with :
1717 go-version : " stable"
18+ - run : go install go.uber.org/mock/mockgen@latest
1819
1920 - name : Get the latest version
2021 id : latest
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ builds:
1717 main : ./cmd/neo4j-mcp
1818
1919archives :
20- - formats : tar.gz
20+ - formats : [" tar.gz"]
2121 # this name template makes the OS and Arch compatible with the results of `uname`.
2222 name_template : >-
2323 {{ .ProjectName }}_
@@ -29,7 +29,7 @@ archives:
2929 # use zip for windows archives
3030 format_overrides :
3131 - goos : windows
32- formats : zip
32+ formats : [" zip"]
3333
3434changelog :
3535 disable : false
You can’t perform that action at this time.
0 commit comments