Skip to content

Commit

Permalink
Bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hthunberg committed Oct 7, 2023
1 parent 051ede9 commit 5b7ec1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ jobs:

steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.21
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

# Migrations are run as part of testcontainers setup
#- name: Install golang-migrate
Expand Down

0 comments on commit 5b7ec1b

Please sign in to comment.