Skip to content

Commit

Permalink
Update go-version to 1.22.6 in lint/image build
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Aug 19, 2024
1 parent 21d6eee commit ab9495e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.22.6'
- uses: actions/checkout@v4.1.3
#- name: download libraries
# run: go mod download
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4.1.3
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.22.6'
- name: Verify image builds
run: |
docker build --tag infrawatch/sg-core:latest --file build/Dockerfile .
Expand Down

0 comments on commit ab9495e

Please sign in to comment.