Update go (#68)

Reviewed-on: phoenix/textsender-api#68
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-04-04 22:16:49 -04:00
committed by phoenix
parent a51979e724
commit 69a20cfbbe
5 changed files with 73 additions and 82 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25.4' # You can specify a specific version or 'stable'
go-version: '1.26.1' # You can specify a specific version or 'stable'
- name: Build
run: |
@@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:18.0
image: postgres:18.3-alpine
env:
POSTGRES_USER: ${{ secrets.DB_TEST_USER }}
POSTGRES_PASSWORD: ${{ secrets.DB_TEST_PASSWORD }}