Skip to content

Commit

Permalink
dep: upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbomb79 committed May 15, 2024
1 parent b01375c commit c020bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.22.1'
go-version: '1.22.3'

- name: Verify Go Mod
run: go mod verify
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/hbomb79/Thea

go 1.22.2
go 1.22.3

require (
github.com/deepmap/oapi-codegen/v2 v2.0.0
Expand Down

0 comments on commit c020bdb

Please sign in to comment.