We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6f414 commit ca6d04fCopy full SHA for ca6d04f
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
15
with:
16
go-version: 'stable'
17
check-latest: true
@@ -23,7 +23,7 @@ jobs:
23
go test -race ./...
24
- name: Staticcheck
25
continue-on-error: true
26
- uses: dominikh/staticcheck-action@v1.3.0
+ uses: dominikh/staticcheck-action@v1
27
28
version: 'latest'
29
install-go: false
go.mod
@@ -1,3 +1,3 @@
1
module github.com/nathany/get-programming-with-go
2
3
-go 1.21
+go 1.22.4
0 commit comments