Skip to content

Commit 4e79a78

Browse files
committed
upgrade go runtime to 1.21
1 parent 1dd7b61 commit 4e79a78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
APP_NAME=swis-api
66
APP_ROOT=/opt/${APP_NAME}
7-
APP_VERSION=5.5.19
7+
APP_VERSION=5.5.20
88

99

1010
#
1111
# build constants
1212
#
1313

1414
ALPINE_VERSION=3.18
15-
GOLANG_VERSION=1.20.7
15+
GOLANG_VERSION=1.21.0
1616

1717
# note: prod image needs 'tzdata' package present
1818
TZ=Europe/Vienna

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @title swis-api (swapi) v5
2-
// @version 5.5.19
2+
// @version 5.5.20
33
// @description sakalWeb Information System v5 RESTful API documentation
44
// @termsOfService http://swagger.io/terms/
55

0 commit comments

Comments
 (0)