File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- image : gitpod/workspace-go:latest
1+ image : gitpod/workspace-go:2022-08-04-13-40-17
22
33tasks :
44 - name : install staticcheck
Original file line number Diff line number Diff line change 22
33This is my TUTORIAL project for golang
44
5- ![ try-golang - Go Version] ( https://img.shields.io/badge/go-1.18 -blue.svg )
5+ ![ try-golang - Go Version] ( https://img.shields.io/badge/go-1.19 -blue.svg )
66[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/devlights/try-golang/badge/master )] ( https://www.codefactor.io/repository/github/devlights/try-golang/overview/master )
77![ Go] ( https://github.com/devlights/try-golang/workflows/Go/badge.svg?branch=master )
88
99## Go version
1010
1111``` shell script
1212$ go version
13- go version go1.18 linux/amd64
13+ go version go1.19 linux/amd64
1414
1515$ make build
1616go build -race
1717
1818$ go version try-golang
19- try-golang: go1.18
19+ try-golang: go1.19
2020```
2121
2222## Run
You can’t perform that action at this time.
0 commit comments