Skip to content

Commit 219841f

Browse files
committed
updating the go version in the github workflow
1 parent ca78f29 commit 219841f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.22.10'
22+
go-version: '1.23'
2323

2424
- name: Start db
2525
run: docker compose -f docker-compose.test.yml up -d

0 commit comments

Comments
 (0)