Skip to content

Commit

Permalink
Merge pull request #84 from KohlsTechnology/bump-go1.19.4
Browse files Browse the repository at this point in the history
Update to Go 1.19.4
  • Loading branch information
seanmalloy authored Dec 13, 2022
2 parents 2e1a5c1 + 2915547 commit de22a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19.3, 1.18.9]
go-version: [1.19.4]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: Prepare
id: prep
run: |
Expand Down

0 comments on commit de22a28

Please sign in to comment.