Skip to content

Commit

Permalink
Merge pull request #141 from thanos-community/bump_go_123_ghactions
Browse files Browse the repository at this point in the history
.github: bump Go version
  • Loading branch information
vmg authored Sep 17, 2024
2 parents 615f978 + 00f2107 commit 51cc705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
go-version: '>=1.23.0'

- uses: actions/checkout@v2

Expand Down

0 comments on commit 51cc705

Please sign in to comment.