Skip to content

Commit

Permalink
switch to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 9, 2024
1 parent 9868376 commit 80d630d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: set up go 1.22
- name: set up go 1.23
uses: actions/setup-go@v3
with:
go-version: "1.22"
go-version: "1.23"
id: go

- name: checkout
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/go-pkgz/rest

go 1.22
go 1.23

require (
github.com/stretchr/testify v1.10.0
Expand Down

0 comments on commit 80d630d

Please sign in to comment.