Compare commits

...

1 Commits

Author SHA1 Message Date
Aman Singh 6740c1d463 incremented-drone-version 2023-05-17 08:23:19 +05:30
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ name: default
steps: steps:
- name: build - name: build
image: golang:1.18 image: golang:1.19
commands: commands:
- go test ./... - go test ./...
- sh scripts/build.sh - sh scripts/build.sh
@@ -138,7 +138,7 @@ pool:
steps: steps:
- name: build - name: build
image: golang:1.18 image: golang:1.19
commands: commands:
- go test ./... - go test ./...
- sh scripts/build.sh - sh scripts/build.sh
+1 -1
View File
@@ -43,4 +43,4 @@ require (
golang.org/x/text v0.3.7 // indirect golang.org/x/text v0.3.7 // indirect
) )
go 1.18 go 1.19