1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-04-28 13:48:50 +08:00

update circleci image.

This commit is contained in:
shirou 2022-04-25 13:38:39 +00:00
parent 3f4aa9b6d2
commit a1407ff0fe

View File

@ -6,18 +6,12 @@ jobs:
build: build:
docker: docker:
# specify the version # specify the version
- image: circleci/golang:1.15.6-buster - image: cimg/go:1.18.1
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4
#### TEMPLATE_NOTE: go expects specific checkout path representing url #### TEMPLATE_NOTE: go expects specific checkout path representing url
#### expecting it in the form of #### expecting it in the form of
#### /go/src/github.com/circleci/go-tool #### /go/src/github.com/circleci/go-tool
#### /go/src/bitbucket.org/circleci/go-tool #### /go/src/bitbucket.org/circleci/go-tool
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps: steps:
- checkout - checkout