1 Commits

Author SHA1 Message Date
renovate[bot]
5c92683888 Update wangyoucao577/go-release-action action to v1.52 2024-10-16 16:19:43 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.36
- uses: wangyoucao577/go-release-action@v1.52
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}

View File

@@ -1,4 +1,4 @@
FROM golang:1.20.4-alpine3.16 as build
FROM golang:1.18.4-alpine3.16 as build
WORKDIR /build
COPY . .
RUN go get -d -v .