Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade to Go 1.21 #698

Merged
merged 15 commits into from Sep 16, 2023
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ GIN_MODE ?= debug
SHIORI_DEVELOPMENT ?= true

# Swagger
SWAG_VERSION := v1.8.12
SWAG_VERSION := $(shell cat go.mod | grep "swaggo\/swag" | cut -d " " -f 2)
fmartingr marked this conversation as resolved.
Show resolved Hide resolved
SWAGGER_DOCS_PATH ?= ./docs/swagger

# Help documentatin à la https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
Expand Down