Skip to content

Commit

Permalink
update CI to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Feb 23, 2024
1 parent 2eba915 commit 8c3aa03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
go_version: [1.21.x]
go_version: [1.22.x]

services:
postgres:
Expand All @@ -37,12 +37,12 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: go test -v ./...

0 comments on commit 8c3aa03

Please sign in to comment.