Skip to content

Commit

Permalink
go yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MehrazRumman committed Jan 11, 2025
1 parent 498475e commit 2438a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
go-version: [1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22, 1.23]

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.23'
go-version: ${{ matrix.go-version }}

- name: Install dependencies
run: go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/MehrazRumman/gortb

go 1.23.4
go 1.13

0 comments on commit 2438a6c

Please sign in to comment.