update go (#42)

Reviewed-on: phoenix/textsender-auth#42
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-05-03 17:07:10 -04:00
committed by phoenix
parent f556d729a5
commit 2da394c7a4
4 changed files with 52 additions and 52 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@v6
with:
go-version: '1.26.1'
go-version: '1.26.2'
- name: Install PostgreSQL client
run: sudo apt update && sudo apt-get install -y postgresql-client