From f2622d2f517a3c1515a42803b4ffdf0ec4216719 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen Date: Thu, 14 Dec 2023 08:31:37 +0100 Subject: [PATCH] [Release] Bump version to 0.1.0 (#12) * build: update makefile to include windows output * chore: bump api version spec --- Makefile | 1 + go.mod | 1 - go.sum | 2 -- static/openapi.json | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 944ea41..a088b8c 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ build_ui: build_bin: GOARCH=amd64 GOOS=darwin go build -o bin/${BINARY_NAME}-darwin CC="x86_64-linux-musl-gcc" GOARCH=amd64 GOOS=linux go build -o bin/${BINARY_NAME}-linux + CC="x86_64-w64-mingw32-gcc" GOARCH=amd64 GOOS=windows go build -o bin/${BINARY_NAME}-windows run: build bin/${BINARY_NAME}-darwin diff --git a/go.mod b/go.mod index e065c62..78a94c4 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,6 @@ go 1.21.2 require ( github.com/gin-gonic/contrib v0.0.0-20221130124618-7e01895a63f2 github.com/gin-gonic/gin v1.9.1 - github.com/google/uuid v1.4.0 github.com/joho/godotenv v1.5.1 gorm.io/driver/sqlite v1.5.4 gorm.io/gorm v1.25.5 diff --git a/go.sum b/go.sum index 627a217..2f00f72 100644 --- a/go.sum +++ b/go.sum @@ -35,8 +35,6 @@ github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaS github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4= -github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E= github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc= github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ= diff --git a/static/openapi.json b/static/openapi.json index e71f935..83d2b26 100644 --- a/static/openapi.json +++ b/static/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.0", "info": { - "version": "0.0.1", + "version": "0.1.0", "title": "Go-Fast CDN", "description": "A simple and fast CDN written in Go", "contact": {