Update go (#69)
Go / build (pull_request) Failing after 10s
Go / Test (pull_request) Failing after 1m33s

Reviewed-on: phoenix/textsender-api#69
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 17:16:15 -04:00
committed by phoenix
parent 69a20cfbbe
commit 9dc4336761
4 changed files with 55 additions and 55 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26.1' # You can specify a specific version or 'stable'
go-version: '1.26.2'
- name: Build
run: |
@@ -68,7 +68,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.25.3'
go-version: '1.26.2'
- name: Install PostgreSQL client
run: sudo apt update && sudo apt-get install -y postgresql-client