Skip to content

Commit

Permalink
💚 Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Sep 25, 2024
1 parent 4cc9938 commit 154533c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "dev", "main" ]

jobs:
docker-build:
docker-hub:
runs-on: ubuntu-latest
steps:
-
Expand All @@ -17,13 +17,14 @@ jobs:
name: Set up Docker Build Context
uses: docker/setup-buildx-action@v3
-
name: Build
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false

tags: |
xcsoft/busuanzi:${{ github.ref_name }}
build:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22-alpine AS builder
WORKDIR /app

#ENV GOPROXY=https://goproxy.cn,direct
Expand Down

0 comments on commit 154533c

Please sign in to comment.