Skip to content

Commit 77a3d42

Browse files
committed
update GitHub actions and Readme
1 parent 41f4521 commit 77a3d42

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
name: Build and Test
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-go@v2
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-go@v3
1212
with:
13-
go-version: '1.16.0-rc1'
14-
stable: false
13+
go-version: 'stable'
14+
check-latest: true
1515
- name: Lint
1616
run: |
17-
go get -u golang.org/x/lint/golint
17+
go install golang.org/x/lint/golint
1818
golint ./...
1919
- name: Vet
2020
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Get Programming with Go
22

3-
![Build and Test](https://github.com/nathany/get-programming-with-go/workflows/Build%20and%20Test/badge.svg)
3+
![Build and Test](https://github.com/nathany/get-programming-with-go/actions/workflows/build.yml/badge.svg)
44

55
Available from Manning Publications [https://www.manning.com/books/get-programming-with-go](https://www.manning.com/books/get-programming-with-go?utm_source=nathany&utm_medium=affiliate&utm_campaign=book_youngman_get_9_17_18&a_aid=nathany&a_bid=53f68821).
66

@@ -10,4 +10,4 @@ If you downloaded this code from the Manning website, you can browse the latest
1010

1111
### Contributing
1212

13-
Feel free to open an issue or ask questions on the Manning LiveBook: https://forums.manning.com/forums/get-programming-with-go.
13+
Feel free to open an issue or ask questions on the Manning liveBook: https://forums.manning.com/forums/get-programming-with-go.

0 commit comments

Comments
 (0)