Skip to content

Commit

Permalink
NOVER-5: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarik-infoblox committed Feb 8, 2024
1 parent c6c6769 commit 97cda17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x
go-version: 1.21.x
- name: Unit tests
if: ${{ !matrix.e2e }}
run: |
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/infobloxopen/atlas-authz-middleware/v2

go 1.18
go 1.21

require (
github.com/golang/mock v1.6.0
Expand Down

0 comments on commit 97cda17

Please sign in to comment.