Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed May 11, 2024
1 parent 9408e39 commit 3c0ef1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.22.2'
go-version: '^1.22.3'
- run: make install-tools
- run: make audit
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/remko/gemsite

go 1.22.2
go 1.22.3

0 comments on commit 3c0ef1d

Please sign in to comment.