Skip to content

Commit

Permalink
build: update Go sample version (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored May 16, 2024
1 parent 4142f0a commit f56a51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20.7'
go-version: '1.22.3'
- run: go version
- name: Run gorm Sample tests
working-directory: ./samples/golang/gorm
Expand Down

0 comments on commit f56a51f

Please sign in to comment.