Release v1.0.0

This commit is contained in:
2025-07-28 10:46:51 +06:00
parent 1a0207017a
commit aff61e32fc
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
container:
# image: golang:1.21
image: ${DOCKERHUB_USERNAME}/my-build-golang-runner:latest
image: ${{ secrets.DOCKERHUB_USERNAME }}/my-build-golang-runner:latest
needs: create-docker-image
steps:
- name: Checkout repository

View File

@@ -7,7 +7,7 @@ import (
"github.com/gin-gonic/gin"
)
const version = "1.0.25"
const version = "1.0.0"
func main() {
// Set Gin mode