Skip to content

Commit 7f54215

Browse files
Bump golang from 1.20.7 to 1.21.0 (#245)
* Bump golang from 1.20.7 to 1.21.0 Bumps golang from 1.20.7 to 1.21.0. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * updating go mods to 1.21 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Lindberg <tobias.ehlert@gmail.com>
1 parent 91fa7dc commit 7f54215

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# get golang container
2-
FROM golang:1.20.7
2+
FROM golang:1.21.0
33

44
# get args
55
ARG TibiaDataBuildBuilder=dockerfile

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/TibiaData/tibiadata-api-go
22

3-
go 1.20
3+
go 1.21
44

55
replace github.com/TibiaData/tibiadata-api-go/src/tibiamapping => ./src/tibiamapping
66

src/static/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/TibiaData/tibiadata-api-go/src/static
22

3-
go 1.20
3+
go 1.21

src/tibiamapping/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/TibiaData/tibiadata-api-go/src/tibiamapping
22

3-
go 1.20
3+
go 1.21
44

55
require github.com/go-resty/resty/v2 v2.7.0
66

src/validation/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/TibiaData/tibiadata-api-go/src/validation
22

3-
go 1.20
3+
go 1.21
44

55
replace github.com/TibiaData/tibiadata-api-go/src/tibiamapping => ../tibiamapping
66

0 commit comments

Comments
 (0)