Skip to content

Commit ca6d04f

Browse files
committed
version upgrades
1 parent db6f414 commit ca6d04f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-go@v4
14+
- uses: actions/setup-go@v5
1515
with:
1616
go-version: 'stable'
1717
check-latest: true
@@ -23,7 +23,7 @@ jobs:
2323
go test -race ./...
2424
- name: Staticcheck
2525
continue-on-error: true
26-
uses: dominikh/staticcheck-action@v1.3.0
26+
uses: dominikh/staticcheck-action@v1
2727
with:
2828
version: 'latest'
2929
install-go: false

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/nathany/get-programming-with-go
22

3-
go 1.21
3+
go 1.22.4

0 commit comments

Comments
 (0)