1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

chore(deps): update golang version to 1.19 (#4533)

Co-authored-by: I557621 <jordi.van.liempt@sap.com>
This commit is contained in:
Jk1484
2023-08-23 19:29:02 +05:00
committed by GitHub
parent 73de970d81
commit e54d603898
10 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
module github.com/example/golang-app
go 1.18
go 1.19
require github.com/gorilla/mux v1.8.0

View File

@@ -1,3 +1,3 @@
module github.com/example/golang-app
go 1.18
go 1.19