Skip to content

Commit

Permalink
chore: go18
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuigo committed Dec 18, 2023
1 parent 1b88216 commit 100c71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
push:
tags:
branches:
branches: [ go18 ]
pull_request:

jobs:
Expand All @@ -21,8 +21,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
stable: false
go-version: 1.18
stable: true
- name: Test
run: make test

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ahuigo/gofnext

go 1.21.1
go 1.18

require github.com/go-redis/redis v6.15.9+incompatible

Expand Down

0 comments on commit 100c71c

Please sign in to comment.