Skip to content

Commit

Permalink
chore: bumps golang to 1.22.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Jun 9, 2024
1 parent d43a6a7 commit 19e5e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.9'
go-version: '1.22.4'
- name: Setup Java
uses: actions/setup-java@v4
with:
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 gatehill.io/imposter

go 1.21
go 1.22

require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
Expand Down

0 comments on commit 19e5e44

Please sign in to comment.