Skip to content

Commit

Permalink
Update test.go.yml (#42)
Browse files Browse the repository at this point in the history
Updated tester to use Go 1.18
  • Loading branch information
idimov-keeper authored Oct 24, 2024
1 parent 6ffc268 commit 5e71e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test-go:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.18.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
defaults:
Expand All @@ -19,12 +19,12 @@ jobs:
steps:

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

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

- run: |
echo "replace github.com/keeper-security/secrets-manager-go/core => ../core" >> go.mod
Expand Down

0 comments on commit 5e71e49

Please sign in to comment.