Skip to content

Commit

Permalink
chore: Upgraded to go version 1.21.*.
Browse files Browse the repository at this point in the history
chore: Upgraded to go version 1.21.*. Includes updated ci.yml .github/workflow to run against 1.21.x in the testing strategy matrix.
  • Loading branch information
michealroberts committed Dec 17, 2023
1 parent 01e217d commit 88cf531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: CI/CD Build
strategy:
matrix:
go: [ '1.17.x', '1.18.x', '1.19.x' ]
go: [ '1.17.x', '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Go Setup
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

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/observerly/iris

go 1.19
go 1.21

require gonum.org/v1/gonum v0.14.0

Expand Down

0 comments on commit 88cf531

Please sign in to comment.