incremented-drone-version

This commit is contained in:
Aman Singh
2023-05-17 08:23:19 +05:30
parent 0dee97e338
commit 6740c1d463
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ name: default
steps:
- name: build
image: golang:1.18
image: golang:1.19
commands:
- go test ./...
- sh scripts/build.sh
@@ -138,7 +138,7 @@ pool:
steps:
- name: build
image: golang:1.18
image: golang:1.19
commands:
- go test ./...
- sh scripts/build.sh
+1 -1
View File
@@ -43,4 +43,4 @@ require (
golang.org/x/text v0.3.7 // indirect
)
go 1.18
go 1.19