Skip to content

Commit

Permalink
bump to latest golang 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia committed Jul 25, 2024
1 parent f6580b8 commit d8cc1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go 1.22
uses: actions/setup-go@v3
with:
go-version: 1.22.0
go-version: 1.22.5
id: go
- run: go version

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Go 1.22.2
- name: Setup Go 1.22.5
uses: actions/setup-go@v4
with:
# Semantic version range syntax or exact version of Go
go-version: '1.22.2'
go-version: '1.22.5'
cache-dependency-path: ./go.sum
- name: Install dependencies
run: |
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/covalenthq/bsp-agent

go 1.22.2
go 1.22.5

require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
Expand Down

0 comments on commit d8cc1b5

Please sign in to comment.