Skip to content

Commit

Permalink
Merge pull request #16 from sensiblecodeio/go-1.23.0
Browse files Browse the repository at this point in the history
Update to Go 1.23.0
  • Loading branch information
StevenMaude authored Sep 2, 2024
2 parents b2b799e + e9c8b76 commit 2495ad3
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-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '~1.22.3'
go-version: '~1.23.0'

- name: Checkout code
uses: actions/checkout@v4
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 github.com/sensiblecodeio/barrier

go 1.22.3
go 1.23.0

0 comments on commit 2495ad3

Please sign in to comment.