Skip to content

Commit

Permalink
upgrade go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
semihbkgr committed Mar 12, 2024
1 parent a272ee1 commit a2f2140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
on:
push:
branches:
- '**'
- "**"
tags:
- 'v*'
- "v*"

permissions:
contents: read
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20
- name: Build
run: go build -v ./...
- name: Fmt
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/semihbkgr/go-rsmq

go 1.18
go 1.20

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

0 comments on commit a2f2140

Please sign in to comment.