Skip to content

Commit bb962a1

Browse files
committed
Update README
1 parent 4dc869b commit bb962a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
This 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
1616
go build -race
1717

1818
$ go version try-golang
19-
try-golang: go1.18
19+
try-golang: go1.19
2020
```
2121

2222
## Run

0 commit comments

Comments
 (0)