Skip to content

Commit

Permalink
chore: upgrade go version on integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Nov 22, 2023
1 parent 0a06369 commit da62748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: '1.20'

- uses: actions/checkout@v3
- name: Start containers
Expand Down
2 changes: 1 addition & 1 deletion test/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as builder
FROM golang:1.20-alpine as builder

WORKDIR /project

Expand Down

0 comments on commit da62748

Please sign in to comment.