Skip to content

Commit

Permalink
build: move to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
thde committed Feb 23, 2024
1 parent da7c828 commit 2b08b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: ^1.18
go-version: stable
- uses: actions/checkout@v4
with:
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module thde.io/fakeword

go 1.18
go 1.22

0 comments on commit 2b08b3d

Please sign in to comment.