Skip to content

Commit 397ea2f

Browse files
committed
update go to 1.19
1 parent 7bdf989 commit 397ea2f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.18
22+
go-version: 1.19
2323

2424
- name: Run Unit Tests
2525
run: make test -B

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ And as always, we just try to help you with the onboarding steps to Docker and s
2929

3030
The output should then look like this. Just continue answering the questions and you'll end up with a nice docker-compose.yml file.
3131

32-
```bash
32+
```
3333
Dockware Creator
3434
3535
? What do you want to do? [Use arrows to move, type to filter]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dockware/dockware-cli
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.6

0 commit comments

Comments
 (0)