Skip to content

Commit

Permalink
chore: change workflow go version
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers committed Jan 4, 2024
1 parent b1792bc commit 6676839
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
@@ -1,6 +1,6 @@
name: Tests

on: [ push, pull_request ]
on: [push, pull_request]

jobs:
ut:
Expand All @@ -10,9 +10,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.21

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6676839

Please sign in to comment.