use go 1.20 #68

Merged
techknowlogick merged 3 commits from refs/pull/68/head into main 2023-02-27 21:59:03 +00:00
2 changed files with 3 additions and 3 deletions

@ -13,7 +13,7 @@ trigger:
steps: steps:
- name: build - name: build
pull: always pull: always
image: golang:1.18 image: golang:1.20
environment: environment:
GOPROXY: https://goproxy.io,direct GOPROXY: https://goproxy.io,direct
commands: commands:
@ -22,7 +22,7 @@ steps:
- name: check - name: check
pull: always pull: always
image: golang:1.18 image: golang:1.20
environment: environment:
GOPROXY: https://goproxy.io,direct GOPROXY: https://goproxy.io,direct
commands: commands:

@ -27,7 +27,7 @@ test:
.PHONY: lint .PHONY: lint
lint: lint:
$(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2 run --timeout 5m $(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2 run --timeout 5m
.PHONY: fmt .PHONY: fmt
fmt: fmt: