Skip to content

Commit e70f089

Browse files
authored
Merge pull request #580 from devlights/update-gitpod-docker-image
2 parents 1e34f3d + bb962a1 commit e70f089

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: gitpod/workspace-go:latest
1+
image: gitpod/workspace-go:2022-08-04-13-40-17
22

33
tasks:
44
- name: install staticcheck

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)