Skip to content

Commit

Permalink
fix: bump go version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Jan 8, 2025
1 parent 6a5d8d2 commit 0175cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
GO111MODULE: on
steps:
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: 1.21
id: go
- name: Checkout Code
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Test
Expand Down

0 comments on commit 0175cfc

Please sign in to comment.