chore: upgrade go version to 1.23 in version-bump workflow

This commit is contained in:
Prad Nukala 2024-10-21 12:32:04 -04:00
parent 59f59311b4
commit 39ce73284e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: "1.22" go-version: "1.23"
check-latest: true check-latest: true
- name: Login to Docker Hub - name: Login to Docker Hub

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: "1.22" go-version: "1.23"
check-latest: true check-latest: true
- name: Run tests - name: Run tests
run: make test run: make test