Skip to content

Commit

Permalink
Upgrade test and mod file to Go 1.23.1 (#147)
Browse files Browse the repository at this point in the history
Make sure we run the tests with the same Go version we deploy with.
  • Loading branch information
erikdubbelboer authored Sep 10, 2024
1 parent f0823d2 commit 46ed163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.3'
go-version: '1.23.1'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn cucumber
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/poki/netlib

go 1.22.3
go 1.23.1

require (
github.com/coder/websocket v1.8.12
Expand Down

0 comments on commit 46ed163

Please sign in to comment.